·aws-dynamodb
</>

aws-dynamodb

alinaqi/claude-bootstrap

AWS DynamoDB single-table design, GSI patterns, SDK v3 TypeScript/Python

112Installs·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 |

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/alinaqi/claude-bootstrap --skill aws-dynamodb
Category
</>Dev Tools
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is aws-dynamodb?

AWS DynamoDB single-table design, GSI patterns, SDK v3 TypeScript/Python Source: alinaqi/claude-bootstrap.

How do I install aws-dynamodb?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/alinaqi/claude-bootstrap --skill aws-dynamodb Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

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