AWS DynamoDB data modeling - Part 1
· 5 min read
Introduction
It's very important to keep in mind that we should model our data before we start writing the code. Defining your access patterns helps you to model the data. PK (partition key) and SK (sort key) handle most of the access patterns.
Some Dynamodb terminology: