Dynamodb Table Design

Designs a DynamoDB single-table structure from a documented set of access patterns. Use when the user has an access patterns .md file (from dynamodb-access-patterns skill) and wants to design partition keys, sort keys, GSIs, composite keys, and map every access pattern to a concrete DynamoDB query operation. This is Step 2 of a 3-step pipeline: access patterns -> table design -> query interfaces.

juancarestre c7d4a85 4 files · 17.5 KB Updated

File contents

juancarestre/dynamodb-skills/tree/main/skills/dynamodb-table-design commit c7d4a85000

Frequently asked questions

npx skillmds@latest add juancarestre/dynamodb-table-design