L4B0MB4
L4B0MB4
Currently when you build a webserver in go, realize will not restart the app on change but will run the new one in parallel. **Expected:** When you change an app...
Setup: - Lambda that makes an http request to external extension. - External Extension running an http.Server (localhost:8111) - Incoming requests in the Extension are queued into a channel and...
When developing a go lambda including a external extension one has to switch to provided.al2. If you want to debug the lambda with ``` sam local start-api --host 0.0.0.0 -d...