dynamodb-database
Installation
SKILL.md
DynamoDB Database
Provision DynamoDB NoSQL database access for your apps.
Requires Rebyte API auth — $AUTH_TOKEN and $API_URL are set up per the agent's system prompt; use them as Bearer token and base URL.
When to Use
Use this skill when your app needs:
- Key-value storage
- Document storage
- High-performance NoSQL
- Flexible schema design
- Automatic scaling
Use SQLite (sqlite-database skill) instead if:
- You need relational data with joins
- You need complex SQL queries
- You prefer traditional SQL syntax