lambda

How to build python code bundles for AWS Lambda quickly and easily

6 minute read Published: 2016-07-21

AWS Lambda is conceptually really cool but as soon as your code creeps beyond a single python file that uses botocore things start to get messy and cumbersome. It's tempting to add an entirely new tool to your workflow, but theres really no need. The approach I use is good old make.