Streamlining Local Development of Python Lambda Functions
I wanted to have the ability to run my Lambda function code locally and invoke it from an existing service. This approach allows you to iterate quickly on your code without the need for frequent deployments to AWS Lambda.