AWS RDS DataService logo

AWS RDS DataService

AWS RDS DataService

UpOpen Sourcecloudby Amazon Web Services62· JavaScript· MIT

Amazon RDS provides an HTTP endpoint to run SQL statements on an Amazon Aurora Serverless v1 DB cluster.

Visit site ↗Source ↗Health checked 11h ago
Use it when

HTTP-based SQL execution

Watch for

Only supports Aurora Serverless v1 clusters

First check

To start, set up an Aurora Serverless v1 DB cluster and use the HTTP endpoint to run SQL statements. Authentication details are not specified in the description.

Auth
CORS
No
HTTPS
Yes
Signup
?
Latency
9 ms
Protocol
REST
Pricing
Stars
62

Uptime · 30-day window

Probes: 7Uptime: 100%Avg latency: 49ms

GitHub activity

62JavaScriptMIT17 open issuesLast commit 118d ago
01

About this API

Amazon RDS Data Service offers a RESTful HTTP endpoint that allows developers to execute SQL statements directly on an Amazon Aurora Serverless v1 database cluster. This service is designed to facilitate serverless database interactions by providing a simple HTTP interface rather than requiring traditional database connections.

Developers building applications that rely on Aurora Serverless v1 can use this API to run queries and data manipulation commands remotely. It is particularly useful for serverless architectures where managing persistent connections to the database can be complex or inefficient.

While the API simplifies database access, the input description does not specify authentication mechanisms or detailed features, so users should refer to official AWS documentation for security and usage guidelines.

02

What you can build

  • 1Execute SQL queries on Aurora Serverless v1
  • 2Run data manipulation commands via HTTP
  • 3Integrate serverless database access in apps
03

Strengths & limitations

Strengths

  • HTTP-based SQL execution
  • Supports Aurora Serverless v1
  • Simplifies serverless DB access

Limitations

  • Only supports Aurora Serverless v1 clusters
  • Authentication method is unspecified
04

Example request

curl https://github.com/mermade/aws2openapi/<endpoint>
05

Getting started

To start, set up an Aurora Serverless v1 DB cluster and use the HTTP endpoint to run SQL statements. Authentication details are not specified in the description.

06

FAQ

Do I need an API key or authentication to use this API?+

The authentication method is not specified in the description; consult AWS documentation for details.

Can I run any SQL statement on Aurora Serverless v1 using this API?+

The API allows running SQL statements on Aurora Serverless v1, but specific supported statements depend on the database engine.

Is HTTPS required to access the HTTP endpoint?+

While not specified, AWS services typically require HTTPS for secure communication.

Can I use this API directly from a browser?+

Direct browser use may be limited due to authentication and CORS policies; server-side usage is recommended.

07

Technical details

CORS: NoHTTPS: YesSignup: ?Open source: Yes
Auth type
unknown
Pricing
unknown
Protocols
REST
Response time
9 ms
Last health check
5/20/2026, 8:19:43 AM
08

Tags

09

More from Amazon Web Services