·aws-dynamodb
</>

aws-dynamodb

alinaqi/claude-bootstrap

AWS DynamoDB-Einzeltabellendesign, GSI-Muster, SDK v3 TypeScript/Python

112Installationen·1Trend·@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 |

Original anzeigen

Fakten (zitierbereit)

Stabile Felder und Befehle für KI/Such-Zitate.

Installationsbefehl
npx skills add https://github.com/alinaqi/claude-bootstrap --skill aws-dynamodb
Kategorie
</>Entwicklung
Verifiziert
Erstes Auftreten
2026-02-01
Aktualisiert
2026-02-18

Schnelle Antworten

Was ist aws-dynamodb?

AWS DynamoDB-Einzeltabellendesign, GSI-Muster, SDK v3 TypeScript/Python Quelle: alinaqi/claude-bootstrap.

Wie installiere ich aws-dynamodb?

Öffnen Sie Ihr Terminal oder Kommandozeilen-Tool (Terminal, iTerm, Windows Terminal, etc.) Kopieren Sie diesen Befehl und führen Sie ihn aus: npx skills add https://github.com/alinaqi/claude-bootstrap --skill aws-dynamodb Nach der Installation wird der Skill automatisch in Ihrer KI-Programmierumgebung konfiguriert und ist bereit zur Verwendung in Claude Code oder Cursor

Wo ist das Quell-Repository?

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