DynamoDB - Access Patterns and Query Optimization
Which of the following is the correct way to define a primary key in DynamoDB to support a specific access pattern?
PrimaryKey: { PartitionKey: 'UserId', SortKey: 'OrderId' } correctly defines partition key 'UserId' and sort key 'OrderId', matching common access patterns.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions