Welcome to your new site.
Welcome to your new site! You can edit this page by clicking on the Edit link. For more information about customizing your site check out http://learn.wordpress.com/
Latest from the Blog
Lambda Layers and Local Python Development
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…
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…
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…
Get new content delivered directly to your inbox.
