LocalStack

LocalStack I recently needed to be able to test a lambda function locally. Whilst its possible to do this in AWS, the feedback loop was frustratingly long. To speed this up, I decided to leverage LocalStack. This was a fairly interesting exercise so I thought I would share my notes around getting this set-up in the hope that it helps someone! You can find the example code referenced throughout this guide here....

February 11, 2024 · 8 min · Ashley Sykes