Language: 日本語English

databases-on-aws Plugin

Category
Database
Topics
Databases & Storage · Migration & Modernization · Cloud, Deployment & CI/CD
First seen
2026-07-09
Last confirmed
2026-07-13
Explanation last updated
2026-07-12

The explanation below is AI-generated. Please verify it against the sources.

databases-on-aws is an agent plugin from AWS Labs' "Agent Plugins for AWS" repository that provides database guidance for the AWS database portfolio, covering schema design, query execution, migrations, and application building. Per the plugin's README, it currently supports only Aurora DSQL, a serverless, PostgreSQL-compatible distributed SQL database, with its overall status listed as "Some Services Available (Aurora DSQL)". It bundles a "dsql" agent skill triggered by phrases like "Aurora DSQL" or "migrate to DSQL", two MCP servers (awsknowledge, and aurora-dsql which is disabled by default), and a schema verification hook that runs after transact operations. It installs into Claude Code via the plugin marketplace and, according to the repository README, is also usable in Codex since its hook does not depend on Claude-specific environment variables.

Overview

Agent Plugins for AWS is a set of packaged skills, MCP servers, hooks, and reference materials that give AI coding agents (Claude Code, Codex, Cursor) AWS-specific expertise. databases-on-aws is one plugin in this set, focused specifically on guidance for the AWS database portfolio.

What you can do with databases-on-aws

  • Get schema design and query guidance for Aurora DSQL, a serverless, PostgreSQL-compatible distributed SQL database
  • Trigger the dsql agent skill with phrases such as "Aurora DSQL", "DSQL schema", "create DSQL table", or "migrate to DSQL"
  • Use the awsknowledge MCP server for AWS documentation, architecture guidance, and best practices
  • Use the aurora-dsql MCP server (disabled by default) for direct queries, schema changes, and transactions
  • Receive a prompt to verify schema changes and affected rows after transact operations, via the Schema verification hook
  • Install via Claude Code (/plugin install databases-on-aws@agent-plugins-for-aws); usable in Codex as well, per the README

Sources

Original description (English)

Expert database guidance for the AWS database portfolio. Design schemas, execute queries, handle migrations, and choose the right database for your workload.

History of databases-on-aws

Back to list