Tag: dynamodb
-
DynamoDb Notes
DynamoDb is a NoSQL database, which to me means it’s schema-less, scales horizontally, and has incredible performance when accessing data via K/V pairs. I’m adding this here as writing about it helps me remember. Two types of primary key Partition key same as a primary key must be unique scalar attribute internally also known as…