·dynamodb
</>

dynamodb

itsmostafa/aws-agent-skills

用于可扩展数据存储的 AWS DynamoDB NoSQL 数据库。在设计表模式、编写查询、配置索引、管理容量、实施单表设计或解决性能问题时使用。

30安装·0热度·@itsmostafa

安装

$npx skills add https://github.com/itsmostafa/aws-agent-skills --skill dynamodb

SKILL.md

Amazon DynamoDB is a fully managed NoSQL database service providing fast, predictable performance at any scale. It supports key-value and document data structures.

| Partition Key (PK) | Required. Determines data distribution | | Sort Key (SK) | Optional. Enables range queries within partition | | Composite Key | PK + SK combination |

| GSI (Global Secondary Index) | Different PK/SK, separate throughput, eventually consistent | | LSI (Local Secondary Index) | Same PK, different SK, shares table throughput, strongly consistent option |

用于可扩展数据存储的 AWS DynamoDB NoSQL 数据库。在设计表模式、编写查询、配置索引、管理容量、实施单表设计或解决性能问题时使用。 来源:itsmostafa/aws-agent-skills。

查看原文

可引用信息

为搜索与 AI 引用准备的稳定字段与命令。

安装命令
npx skills add https://github.com/itsmostafa/aws-agent-skills --skill dynamodb
分类
</>开发工具
认证
收录时间
2026-02-01
更新时间
2026-02-18

快速解答

什么是 dynamodb?

用于可扩展数据存储的 AWS DynamoDB NoSQL 数据库。在设计表模式、编写查询、配置索引、管理容量、实施单表设计或解决性能问题时使用。 来源:itsmostafa/aws-agent-skills。

如何安装 dynamodb?

打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/itsmostafa/aws-agent-skills --skill dynamodb 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code 或 Cursor 中使用

这个 Skill 的源码在哪?

https://github.com/itsmostafa/aws-agent-skills

详情

分类
</>开发工具
来源
skills.sh
收录时间
2026-02-01