Type hints for boto3 DynamoDB service in Python code.
Type annotations for boto3 DynamoDB 1.42.55 service generated with mypy-boto3-builder 8.12.0
$ python -c "from mypy_boto3_dynamodb.client import DynamoDBClient; import mypy"$ import boto3
from mypy_boto3_dynamodb import client
dynamodb: client.DynamoDBClient = boto3.client('dynamodb')$ mypy your_script.py$ python -m mypy --strict dynamodb_operations.py$ from mypy_boto3_dynamodb.type_defs import PutItemInputRequestTypeDef