This CloudFormation template creates an Amazon DynamoDB table with local and global secondary indexes. The table has provisioned throughput and supports querying based on various attributes such as album, artist, sales, and number of songs.

myDynamoDBTable
AWS::DynamoDB::Table


AttributeDefinitions *
GlobalSecondaryIndexes
ContributorInsightsSpecification
KeySchema *
Projection *

NonKeyAttributes

ProvisionedThroughput
ContributorInsightsSpecification
KeySchema *
Projection *

NonKeyAttributes

ProvisionedThroughput
KeySchema *
LocalSecondaryIndexes
KeySchema *
Projection *

NonKeyAttributes

ProvisionedThroughput *

CloudFormation Template

Share Template