skillfed

types-aiobotocore-dynamodb

Type annotations for aiobotocore DynamoDB 3.9.0 service generated with mypy-boto3-builder 8.12.0

types-aiobotocore-dynamodb v3.9.0 2.0M downloads/30d#3,346 on PyPI670
Permissive license MIT Active released

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-dynamodb

uv

uv add types-aiobotocore-dynamodb

poetry

poetry add types-aiobotocore-dynamodb

Installing 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

Development Status :: 5 - Production/StableEnvironment :: ConsoleIntended Audience :: DevelopersNatural Language :: EnglishOperating System :: OS IndependentProgramming Language :: Python :: 3Programming Language :: Python :: 3 :: OnlyProgramming Language :: Python :: 3.10Programming Language :: Python :: 3.11Programming Language :: Python :: 3.12Programming Language :: Python :: 3.13Programming Language :: Python :: 3.14Programming Language :: Python :: 3.9Programming Language :: Python :: Implementation :: CPythonTyping :: Stubs Only

Tags

aiobotocore dynamodb type stubsdynamodb type annotationsboto3 type hintsaws dynamodb mypy supportaiobotocore ide autocompletedynamodb static type checkingboto3 type stubs
type-stubsaws-sdkasync-io

More Database packages

psycopg2-binary

psycopg2-binary is a PostgreSQL database…

copyleft · top 1,000 on PyPI

redis

Python client library for connecting to and…

permissive · top 1,000 on PyPI

ydb

YDB Python SDK is the official client library…

permissive · top 1,000 on PyPI

snowflake-connector-python

Connects Python applications to Snowflake data…

permissive · top 1,000 on PyPI

sqlparse

sqlparse tokenizes SQL text into a tree of…

permissive · top 1,000 on PyPI

dbt-adapters

Provides base adapter protocols and shared…

permissive · top 1,000 on PyPI

types-boto3-dynamodb

Provides type annotations for boto3's DynamoDB…

permissive · top 5,000 on PyPI

mypy-boto3-dynamodb

Provides type annotations and IDE…

permissive · top 5,000 on PyPI

types-aiobotocore-ec2

Provides type stubs and annotations for…

permissive · top 5,000 on PyPI

types-aiobotocore-iot

Provides type annotations and IDE autocomplete…

permissive · top 15,000 on PyPI

types-aiobotocore-s3

Provides type stubs and IDE autocompletion…

permissive · top 5,000 on PyPI

types-aiobotocore-cloudformation

Provides type annotations and IDE…

permissive · top 5,000 on PyPI

types-aiobotocore-ssm

Provides type annotations and IDE autocomplete…

permissive · top 15,000 on PyPI

types-aiobotocore

Provides type annotations and IDE…

permissive · top 5,000 on PyPI

types-aiobotocore-transcribe

Provides type annotations for TranscribeService…

permissive · top 15,000 on PyPI

types-aiobotocore-lambda

Provides type annotations and IDE…

permissive · top 5,000 on PyPI