AWS RDS Data API
Run SQL statements and manage transactions through the Amazon RDS Data API.
Tools
| Name | Description |
|---|---|
execute_statementRun one SQL statement through RDS Data API. Mutating SQL requires explicit confirmation and may auto-commit when no transaction ID is provided. | Run one SQL statement through RDS Data API. Mutating SQL requires explicit confirmation and may auto-commit when no transaction ID is provided. |
batch_execute_statementRun one DML SQL statement against multiple parameter sets. Requires exact confirmation. | Run one DML SQL statement against multiple parameter sets. Requires exact confirmation. |
begin_transactionStart a Data API transaction and return its transaction ID. | Start a Data API transaction and return its transaction ID. |
commit_transactionCommit an existing Data API transaction by exact transaction ID. | Commit an existing Data API transaction by exact transaction ID. |
rollback_transactionRoll back an existing Data API transaction by exact transaction ID. | Roll back an existing Data API transaction by exact transaction ID. |
Quick Start
import { WeavzClient } from '@weavz-io/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute('aws-rds-data', 'execute_statement', {
workspaceId: '550e8400-e29b-41d4-a716-446655440000',
integrationAlias: 'aws-rds-data',
input: { /* ... */ },
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect AWS RDS Data API to my app?
Use Weavz Hosted Connect for Custom authentication. Install the SDK, create a connection through the connect portal or API, then execute tools programmatically.
What tools does AWS RDS Data API support?
AWS RDS Data API supports 5 tools including Execute Statement, Batch Execute Statement, Begin Transaction, Commit Transaction, Rollback Transaction.
Can I use AWS RDS Data API with AI agents?
Yes. Add AWS RDS Data API to an MCP server in Tool Mode or Code Mode. Code Mode provides 3 meta-tools with on-demand API discovery so agents can compose stateful workflows without loading every action schema up front.
Can AWS RDS Data API be used in stateful agent workflows?
Yes. Agents can combine AWS RDS Data API tools with Filesystem, State KV, Human Gates, input partials, and other workspace integrations while keeping execution scoped to the selected workspace or end user.
What authentication does AWS RDS Data API use?
AWS RDS Data API uses Custom. Weavz stores credentials securely and uses them for authorized action execution.
How much does the AWS RDS Data API integration cost?
The AWS RDS Data API integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.
Connect AWS RDS Data API in minutes
Get 20,000 free action executions every month. No credit card required.