Automatically Rebuild & Reload Go AWS Lambdas Locally
This adventure started when I decided to develop a lambda in Go with SAM just to go through the development process and workflow, especially compared to the experience with Python. I don’t know if you are like me, but I really dislike hitting the up arrow in my IDE terminal over and over when coding to rebuild a project or to launch something repeatedly. Here is my experience navigating through this annoyance to avoid this rebuild/refresh cycle and the solution that I implemented. ...