aws-dynamodb
✓AWS DynamoDB 单表设计、GSI 模式、SDK v3 TypeScript/Python
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 |
可引用信息
为搜索与 AI 引用准备的稳定字段与命令。
- 安装命令
npx skills add https://github.com/alinaqi/claude-bootstrap --skill aws-dynamodb- 分类
- </>开发工具
- 认证
- ✓
- 收录时间
- 2026-02-01
- 更新时间
- 2026-02-18
快速解答
什么是 aws-dynamodb?
AWS DynamoDB 单表设计、GSI 模式、SDK v3 TypeScript/Python 来源:alinaqi/claude-bootstrap。
如何安装 aws-dynamodb?
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/alinaqi/claude-bootstrap --skill aws-dynamodb 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code 或 Cursor 中使用
这个 Skill 的源码在哪?
https://github.com/alinaqi/claude-bootstrap
详情
- 分类
- </>开发工具
- 来源
- skills.sh
- 收录时间
- 2026-02-01