databases-on-aws Claude Code Plugin
Claude Code PluginClaude CodeDatabaseDatabases & StorageCloud, Deployment & CI/CDMigration & ModernizationThe explanation below is AI-generated. Please verify it against the sources.
databases-on-aws is a plugin in the Agent Plugins for AWS collection that adds AWS database expertise to AI coding agents such as Claude Code, Codex, and Cursor. According to the README, it helps with designing schemas, running queries, handling migrations, and selecting an appropriate database for a given workload. It ships a skill named dsql that activates on database-related prompts, plus MCP server connections and a hook that checks schema changes after write operations.
About the service
This plugin connects to AWS's managed database services. It references Aurora DSQL, a serverless distributed SQL database compatible with PostgreSQL, as the currently supported database within the broader AWS database portfolio (which per the homepage source also includes services such as Aurora, DynamoDB, ElastiCache, DocumentDB, Neptune, Keyspaces, and Timestream).
What you can do with databases-on-aws
- Get help designing schemas for Aurora DSQL
- Run queries and manage transactions against Aurora DSQL through a dedicated MCP server (disabled by default until enabled)
- Receive migration guidance for moving workloads to Aurora DSQL
- Get recommendations for selecting an appropriate AWS database service for a workload
- Pull AWS documentation and architecture guidance via the awsknowledge MCP server
- Have schema changes and affected rows automatically flagged for verification after transactional operations