AWS Lambda — Easy Playground
Serverless compute: run Python functions in response to events
What is AWS Lambda?Run locally
Install
pip install awscli boto3Python CodeRun locally
AWS Lambda is part of the Python ecosystem. Serverless compute: run Python functions in response to events.
Challenge
Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?