aws-sdk-python-usage

aws sdk python usage

aws 2.1k ↓ 3k Apache-2.0 updated 25d ago
Claude Code
View source ↗

What it does

  • S3 - you MUST load references/s3.md.
  • Dynamodb - you MUST load references/dynamodb.md.
  • Client configuration (retries, timeouts, endpoints): references/configuration.md
  • Credentials and sessions: references/credentials.md
  • Error handling patterns: references/error-handling.md
  • Pagination: references/pagination.md
  • Waiters: references/waiters.md

Requirements & configuration

  • Use clients when you need full API coverage or the service has no resource
  • Explicit session use when you need to customize how
  • Never manually loop with NextToken -- use paginators. When you only need
  • When you need the full response object per item, or need per-page control (e.g.

Derived from the skill's own SKILL.md documentation · extracted 2026-07-23

aws sdk python usage

Source

Repository: https://github.com/aws/agent-toolkit-for-aws

aws-sdk-python-usage FAQ

What does the aws-sdk-python-usage skill do?

| 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. S3 - you MUST load references/s3.md. Dynamodb - you MUST load references/dynamodb.md.

What does aws-sdk-python-usage require?

Use clients when you need full API coverage or the service has no resource Explicit session use when you need to customize how Never manually loop with NextToken -- use paginators. When you only need When you need the full response object per item, or need per-page control (e.g.

How do I install aws-sdk-python-usage?

Run: npx -y skills add https://github.com/aws/agent-toolkit-for-aws --skill aws-sdk-python-usage --agent claude-code — the source lives at github.com/aws/agent-toolkit-for-aws.

Maintain aws-sdk-python-usage?

Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.

[aws-sdk-python-usage on getagentictools](https://getagentictools.com/skills/aws-agent-toolkit-for-aws-aws-sdk-python-usage?ref=badge)
npx agentictools info skills/aws-agent-toolkit-for-aws-aws-sdk-python-usage

The second line is the CLI lookup for this page — handy in READMEs and docs.