Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 286 Bytes

File metadata and controls

10 lines (8 loc) · 286 Bytes

Databases AWS - Create a provisioned DynamoDB table

Objectives

  1. Create a provisioned DynamoDB table
    1. The partition key is a string
    2. The sort key is a number
    3. Storage should be the dominant cost
    4. Table should be on demand
    5. Encryption is managed by AWS