Programming
Nudgsicle Development Environment
As part of my work on Nudgsicle, I’ve created a pretty neat development environment where I can work locally with a similar architecture to the production environment, which includes Lambda, an S3 website, etc. One of the main pieces that makes it work is a little AWS Lambda Function URL emulating dev server that I wrote. You can see the code in [this gist]: https://gist.github.com/xonev/0aa0078f9e5d19ac63c8fd0adb8b4a4b. Let me know what you think!