mypy-boto3-dynamodb
Type annotations for boto3 DynamoDB 1.43.64 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 complete type annotations to boto3's DynamoDB service. It works by providing type hints for all DynamoDB client methods, paginators, waiters, and service resources, allowing your IDE and type checker to understand what arguments each function accepts and what it returns.
When installed, it enables static type checking with mypy or pyright, IDE autocomplete in VSCode, PyCharm, Emacs, and Sublime Text, and catches type errors before runtime. The stubs are generated automatically from boto3 1.43.64 using mypy-boto3-builder 8.12.0, so they stay synchronized with the AWS SDK. You write boto3 code normally—the stubs work transparently in the background to provide type information.
Use it for:
- Enable IDE autocompletion and type hints when writing DynamoDB queries in VSCode or PyCharm.
- Catch type errors in boto3 DynamoDB calls during static analysis with mypy or pyright before deployment.
- Document DynamoDB client method signatures and return types for team members reviewing code.
- Reduce runtime errors by catching incorrect argument types or missing required parameters at development time.
- Integrate type checking into CI/CD pipelines to enforce type safety on all DynamoDB operations.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Provides type annotations and IDE autocompletion for boto3 DynamoDB operations, enabling static type checking with mypy, pyright, and other tools.
Yes. This is a low-friction, actively maintained type stub package with no security vulnerabilities and permissive MIT licensing. Install it if you use boto3 DynamoDB and want IDE autocompletion or static type checking. The only caveat is potential performance issues with certain IDEs on large codebases—consult the documentation if you experience slowness.
Install
mypy-boto3-dynamodb on PyPI
pip
pip install mypy-boto3-dynamodbuv
uv add mypy-boto3-dynamodbpoetry
poetry add mypy-boto3-dynamodbInstalling mypy-boto3-dynamodb
Before you install
Low friction install with a single lightweight runtime dependency (typing-extensions). Actively maintained with recent releases; last commit on 2026-06-22 and released 10 days ago.
License in practice
MIT license permits unrestricted use, modification, and distribution in both open-source and proprietary projects with minimal obligations.
Quickstart
pip install mypy-boto3-dynamodb
from mypy_boto3_dynamodb import DynamoDBClient
import boto3
client: DynamoDBClient = boto3.client('dynamodb')
Requires Python 3.9 or later; boto3 must be installed separately in your environment.
Verify before relying
- Whether performance impact in PyCharm is acceptable for your codebase size (docs mention slow Literal overload handling).
- Whether a lite variant is available and would be a better fit for your memory or IDE response requirements.
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 — 10 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 11,675,817/month — #1,371 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: mypy_boto3_dynamodb-1.43.64-py3-none-any.whl
Keywords: boto3, dynamodb, boto3-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
types-aiobotocore-dynamodbProvides type annotations and IDE…
permissive · top 5,000 on PyPI
mypy-boto3-ec2Provides type annotations and IDE autocomplete…
permissive · top 5,000 on PyPI
mypy-boto3-docdbProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
xoto3xoto3 provides high-level utilities and…
unclear · top 15,000 on PyPI
mypy-boto3-lambdaProvides type annotations and IDE…
permissive · top 5,000 on PyPI
mypy-boto3-s3Provides type annotations and IDE…
permissive · top 1,000 on PyPI
mypy-boto3-cloudformationProvides type annotations and IDE autocomplete…
permissive · top 5,000 on PyPI
mypy-boto3-dynamodbstreamsProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
mypy-boto3-sqsProvides type annotations and IDE autocomplete…
permissive · top 5,000 on PyPI