aws-sdk-python-usage
AWS SDK for Python (boto3/botocore) development patterns. You MUST use this skill when writing Python code that uses AWS services via boto3 or botocore. This includes creating service clients or resources, configuring sessions and credentials, handling errors with ClientError, using paginators and waiters, S3 file transfers and presigned URLs, DynamoDB table operations, and any boto3/botocore client configuration. Use this skill whenever Python code imports boto3 or botocore, or when the user asks about AWS operations in Python.
Pinned to revision 6329aa88ff7c, so it is the text this page describes rather than whatever the author pushed since.
Files
- skills/aws-sdk-python-usage/SKILL.md
- skills/aws-sdk-python-usage/references/configuration.md
- skills/aws-sdk-python-usage/references/credentials.md
- skills/aws-sdk-python-usage/references/dynamodb.md
- skills/aws-sdk-python-usage/references/error-handling.md
- skills/aws-sdk-python-usage/references/pagination.md
- skills/aws-sdk-python-usage/references/s3.md
- skills/aws-sdk-python-usage/references/waiters.md
Every link opens the file at its source, pinned to the revision this page describes.