--- id: types-aiobotocore-dynamodb version: "3.9.0" license: MIT license_treatment: permissive maintenance: active --- # types-aiobotocore-dynamodb — Type annotations for aiobotocore DynamoDB 3.9.0 service generated with mypy-boto3-builder 8.12.0 License: permissive · Maintenance: active · Downloads: 2.0M/mo ## 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 above — 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 pip install types-aiobotocore-dynamodb uv add types-aiobotocore-dynamodb 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_current - Install friction: low - Maintenance: active - Downloads: 2.0M/month (top 5,000 on PyPI) - Known vulnerabilities: none known ## Tags aiobotocore dynamodb type stubs, dynamodb type annotations, boto3 type hints, aws dynamodb mypy support, aiobotocore ide autocomplete, dynamodb static type checking, boto3 type stubs, type-stubs, aws-sdk, async-io [View on SkillFed](https://skillfed.io/packages/types-aiobotocore-dynamodb) · [View on PyPI](https://pypi.org/project/types-aiobotocore-dynamodb/)