5 CDK constructs available in aws-cdk-lib/aws-dynamodb
import * as dynamodb from 'aws-cdk-lib/aws-dynamodb';Higher-level abstractions with sensible defaults and convenience methods.
Provides a DynamoDB table.
A DynamoDB Table.
A multi-account replica of a DynamoDB table. This construct represents a replica table in a different AWS account from the source table. It inherits the schema (partition key, sort key, and indexes) from the source table. Permissions on the replica side are automatically configured. You must manually add permissions to the source table using `sourceTable.grants.nultiAccountReplicationTo(replica.tableArn)`.
Direct CloudFormation resource mappings. One-to-one with CloudFormation resource types.
Everything you need to know about Amazon DynamoDB on one page. HD quality, print-friendly.
Download Free Infographicaws-cdk-lib/aws-dynamodb