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
Lambda Helper Functions (Python)
Im a big fan of consistency when it comes to API development and feel this is even more so when developing Serverless API's using Lambda. I also hate to repeat the same operation and given the number of "functions" needed in a Lambda Serverless API it was necessary to create a common set of helper … Continue reading Lambda Helper Functions (Python)
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
Typical VPC Configuration
The great thing about AWS is the vast number of product offerings it has and how it puts you in control of how you want to set everything up. The bad thing about AWS is that it puts you in control of how you want to set everything up. There are a million ways to … Continue reading Typical VPC Configuration
