How to Handle your Python packaging in Lambda with Serverless plugins I use AWS Lambda for almost all of my projects these days-from Flask apps and Slack bots to cron jobs and monitoring tools. I love how cheap and easy it is to deploy something valuable. Python is my go-to language, but handling Python packages in Lambda can be tricky. Many important packages need to compile C extensions, like ps