AWS LambdaEasy Playground

Serverless compute: run Python functions in response to events

What is AWS Lambda?Run locally
Install
pip install awscli boto3
Python Code
Run 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?