·aws-dynamodb
</>

aws-dynamodb

alinaqi/claude-bootstrap

Conception à table unique AWS DynamoDB, modèles GSI, SDK v3 TypeScript/Python

112Installations·1Tendance·@alinaqi

Installation

$npx skills add https://github.com/alinaqi/claude-bootstrap --skill aws-dynamodb

SKILL.md

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 |

Voir l'original

Faits (prêts à citer)

Champs et commandes stables pour les citations IA/recherche.

Commande d'installation
npx skills add https://github.com/alinaqi/claude-bootstrap --skill aws-dynamodb
Catégorie
</>Développement
Vérifié
Première apparition
2026-02-01
Mis à jour
2026-02-18

Réponses rapides

Qu'est-ce que aws-dynamodb ?

Conception à table unique AWS DynamoDB, modèles GSI, SDK v3 TypeScript/Python Source : alinaqi/claude-bootstrap.

Comment installer aws-dynamodb ?

Ouvrez votre terminal ou outil de ligne de commande (Terminal, iTerm, Windows Terminal, etc.) Copiez et exécutez cette commande : npx skills add https://github.com/alinaqi/claude-bootstrap --skill aws-dynamodb Une fois installé, le skill sera automatiquement configuré dans votre environnement de programmation IA et prêt à être utilisé dans Claude Code ou Cursor

Où se trouve le dépôt source ?

https://github.com/alinaqi/claude-bootstrap