As I was learning the AWS Serverless paradigm I had some difficulties figuring out how to effectively develop, test and debug Lambda applications locally and deploy to AWS without issues. I was using the SAM (Serverless Application Model) template which made life pretty good when putting together a moderately complex API. For most of my … Continue reading Lambda Layers and Local Python Development
Creating a (Python) Lambda Layer
There are tons of resources out there on how to create a Lambda Layer and this is likely just another one. However, I was struggling to find a straightforward example of how to create a python layer that can be shared by any Lambda application. So, hoping this might be helpful for someone out there … Continue reading Creating a (Python) Lambda Layer
