
How to Structure a Python AWS Serverless Project
3 January 2022
A practical guide to structuring Python serverless projects using editable packages. Covers sharing code between Lambda functions, solving module resolution issues, configuring pytest and mypy, and deploying shared code as layers.
Read more →