types-aiobotocore-dynamodb
Type annotations for aiobotocore DynamoDB 3.9.0 service generated with mypy-boto3-builder 8.12.0
What it is and what it does
This package is a type-stub library that adds static type information to aiobotocore's DynamoDB service. It was generated by mypy-boto3-builder 8.12.0 and provides explicit type annotations for DynamoDB clients, paginators, waiters, and service resources. When installed, it enables IDEs and type checkers to understand aiobotocore's API surface, offering code completion, inline documentation, and catching type errors before runtime.
The package is designed as a development-time dependency—you install it in your environment to get better tooling support, but it is not imported directly in production code. It works with mypy, pyright, VSCode's Pylance, PyCharm, Emacs, and Sublime Text. The documentation notes that PyCharm can experience performance issues with the full type stubs due to Literal overloads; in that case, the lite variant is recommended.
Use it for:
- Enable IDE autocompletion and inline type hints when writing async DynamoDB code with aiobotocore.
- Catch type errors in DynamoDB client calls during development using mypy or pyright before deployment.
- Provide explicit type annotations for DynamoDB paginators and waiters in async workflows.
- Improve code maintainability by documenting expected argument and return types for DynamoDB operations.
- Use TYPE_CHECKING imports to keep type stubs out of production dependencies while retaining static checking.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Provides type annotations and IDE autocompletion for aiobotocore's DynamoDB 3.9.0 service, enabling static type checking in mypy, pyright, VSCode, PyCharm, and other tools.
Yes—if you use aiobotocore with DynamoDB and want static type checking or IDE support. The package is actively maintained, has no security vulnerabilities, carries a permissive MIT license, and adds only one lightweight dependency. Install it as a development dependency. If you experience PyCharm performance issues, consider switching to the lite variant.
Install
types-aiobotocore-dynamodb on PyPI
pip
pip install types-aiobotocore-dynamodbuv
uv add types-aiobotocore-dynamodbpoetry
poetry add types-aiobotocore-dynamodbInstalling types-aiobotocore-dynamodb
Before you install
Low install friction; depends only on typing-extensions. Actively maintained with recent releases; repository shows 670 stars and last commit on 2026-06-22.
License in practice
MIT license permits unrestricted use, modification, and distribution in both open-source and proprietary projects.
Quickstart
# Install
python -m pip install types-aiobotocore-dynamodb
# Use in code
from aiobotocore.session import get_session
from types_aiobotocore_dynamodb import DynamoDBClient
session = get_session()
async with session.create_client("dynamodb") as client:
client: DynamoDBClient
# Type checking and IDE completion now work
Requires Python 3.9 or later; aiobotocore 3.9.0 must be installed separately to use the async client.
Verify before relying
- Performance impact on PyCharm reported in documentation (issue PY-40997) — whether this affects your workflow depends on project size.
- Whether the lite variant (types-aiobotocore-lite) would be more suitable for your IDE and RAM constraints.
Package facts
| License | MIT (permissive) |
| Python support | supports the current Python release (>=3.9) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 1 — typing-extensions |
| Maintenance | actively maintained — 12 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 2,042,086/month — #3,346 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: types_aiobotocore_dynamodb-3.9.0-py3-none-any.whl
Keywords: aiobotocore, dynamodb, aiobotocore-stubs, type-annotations, mypy, typeshed, autocomplete
Tags
More Database packages
psycopg2-binary is a PostgreSQL database…
copyleft · top 1,000 on PyPI
redisPython client library for connecting to and…
permissive · top 1,000 on PyPI
ydbYDB Python SDK is the official client library…
permissive · top 1,000 on PyPI
snowflake-connector-pythonConnects Python applications to Snowflake data…
permissive · top 1,000 on PyPI
sqlparsesqlparse tokenizes SQL text into a tree of…
permissive · top 1,000 on PyPI
dbt-adaptersProvides base adapter protocols and shared…
permissive · top 1,000 on PyPI
types-boto3-dynamodbProvides type annotations for boto3's DynamoDB…
permissive · top 5,000 on PyPI
mypy-boto3-dynamodbProvides type annotations and IDE…
permissive · top 5,000 on PyPI
types-aiobotocore-ec2Provides type stubs and annotations for…
permissive · top 5,000 on PyPI
types-aiobotocore-iotProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
types-aiobotocore-s3Provides type stubs and IDE autocompletion…
permissive · top 5,000 on PyPI
types-aiobotocore-cloudformationProvides type annotations and IDE…
permissive · top 5,000 on PyPI
types-aiobotocore-ssmProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
types-aiobotocoreProvides type annotations and IDE…
permissive · top 5,000 on PyPI
types-aiobotocore-transcribeProvides type annotations for TranscribeService…
permissive · top 15,000 on PyPI
types-aiobotocore-lambdaProvides type annotations and IDE…
permissive · top 5,000 on PyPI