AWS Lambda — Intermediate Playground
Serverless compute: run Python functions in response to events
Using AWS Lambda effectivelyRun locally
Install
pip install awscli boto3Python CodeRun locally
Following best practices with AWS Lambda ensures a productive development workflow.
Challenge
Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?