motoEasy Playground

Mock AWS services for unit testing boto3 code

Getting started with motoRun locally
Install
pip install moto
Python CodeRun locally
Expected Output
# Expected output shown below
# (Run locally with: moto)

moto is a third-party package. Mock AWS services for unit testing boto3 code. Install with: pip install moto

Challenge

Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?