Che cos'è aws-dynamodb?
Design a tabella singola AWS DynamoDB, modelli GSI, SDK v3 TypeScript/Python Fonte: alinaqi/claude-bootstrap.
Design a tabella singola AWS DynamoDB, modelli GSI, SDK v3 TypeScript/Python
Installa rapidamente la skill AI aws-dynamodb nel tuo ambiente di sviluppo tramite riga di comando
Fonte: alinaqi/claude-bootstrap.
DynamoDB is a fully managed NoSQL database designed for single-digit millisecond performance at any scale. Master single-table design and access pattern modeling.
DynamoDB requires you to know your queries before designing your schema. Model around how you'll access data, not how data relates. Single-table design stores multiple entity types in one table using generic key attributes.
| Partition Key (PK) | Primary key attribute - determines data distribution | | Sort Key (SK) | Optional secondary key for range queries within partition | | GSI | Global Secondary Index - alternate partition/sort keys | | LSI | Local Secondary Index - same partition, different sort | | Item | Single record (max 400 KB) | | Attribute | Field within an item |
Campi e comandi stabili per citazioni AI/ricerca.
npx skills add https://github.com/alinaqi/claude-bootstrap --skill aws-dynamodbDesign a tabella singola AWS DynamoDB, modelli GSI, SDK v3 TypeScript/Python Fonte: alinaqi/claude-bootstrap.
Apri il tuo terminale o strumento da riga di comando (Terminal, iTerm, Windows Terminal, ecc.) Copia ed esegui questo comando: npx skills add https://github.com/alinaqi/claude-bootstrap --skill aws-dynamodb Dopo l'installazione, la skill verrà configurata automaticamente nel tuo ambiente AI di coding e sarà pronta all'uso in Claude Code, Cursor o OpenClaw
https://github.com/alinaqi/claude-bootstrap