DynamoDB
- DynamoDB is a Document database
 - Simple to set up. Only pay for what you use. Very scalable
 - Documents have a primary key made of one or two values...
- Called Partition Key and Sort Key
 
 - Document structure is flexible. Can evolve over time
 - Opinion -- sometimes so simple to start that it gets picked even when it shouldn't
 
13 / 25