{"categories":[{"label":"Database","url":"https://skillfed.io/packages/category/database/2"}],"enrichment":{"capability":"Provides type annotations for boto3's DynamoDB service, enabling static type checking and IDE code completion for DynamoDB client operations without runtime overhead.","skillfed_tags":["type-stubs","boto3","aws"],"use_cases":["Enable mypy or pyright to catch DynamoDB API misuse before runtime.","Get IDE autocomplete for DynamoDB client methods, paginator parameters, and service resource attributes.","Annotate function signatures that accept DynamoDBClient or related types for better code documentation.","Use in CI/CD pipelines to enforce type safety on boto3 DynamoDB code without adding a production dependency.","Migrate legacy boto3 code to typed Python by gradually adding explicit type hints validated against the stubs."],"what_it_does":"types-boto3-dynamodb is a stub-only package that adds complete type annotations for boto3's DynamoDB service. It's generated automatically from boto3 1.43.64 using mypy-boto3-builder 8.12.0 and works with mypy, pyright, VSCode, PyCharm, Emacs, Sublime Text, and other type-aware tools. The package contains no runtime code\u2014it only provides type information that type checkers and IDEs use to validate your code and offer autocomplete suggestions.\n\nYou install it alongside boto3 in your development environment, and then your type checker or IDE automatically picks up the annotations when you call boto3.client('dynamodb') or use related DynamoDB resources, paginators, and waiters. The stubs support both implicit type inference (no code changes needed) and explicit type annotations for cases where you want to be more explicit or avoid a production dependency.","worth_installing":"Yes. If you use boto3 with DynamoDB and want static type checking or IDE support, this is the standard tool for the job. It has no runtime cost, low install friction, active maintenance, no known vulnerabilities, and a permissive license. Install it in development environments to catch bugs early and improve code clarity."},"id":"types-boto3-dynamodb","links":{"html":"https://skillfed.io/packages/types-boto3-dynamodb","md":"https://skillfed.io/packages/types-boto3-dynamodb.md","pypi":"https://pypi.org/project/types-boto3-dynamodb/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-08-04","license_spdx":"MIT","license_treatment":"permissive","name":"types-boto3-dynamodb","python_support":"supports_current","summary":"Type annotations for boto3 DynamoDB 1.43.64 service generated with mypy-boto3-builder 8.12.0"},"popularity":{"monthly_downloads":3056149,"position":2772,"tier":"top_5000"},"security":{"n_vulnerabilities":0},"version":"1.43.64"}
