boto3 — Easy Playground
AWS SDK: S3, EC2, Lambda, DynamoDB, and every AWS service
Getting started with boto3Run locally
Install
pip install boto3Python CodeRun locally
Expected Output
# Expected output shown below # (Run locally with: boto3)
boto3 is a third-party package. AWS SDK: S3, EC2, Lambda, DynamoDB, and every AWS service. Install with: pip install boto3
Challenge
Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?