AWS RDS DataService logo

AWS RDS DataService

AWS RDS DataService

正常开源cloudAmazon Web Services62· JavaScript· MIT

Amazon RDS 提供 HTTP 接口,可对 Aurora Serverless v1 数据库执行 SQL 语句。

访问站点 ↗源码 ↗健康巡检 11 小时前
适合什么时候用

基于 HTTP 的 SQL 执行

先注意什么

仅支持 Aurora Serverless v1 集群

第一步先查

首先搭建 Aurora Serverless v1 数据库集群,使用 HTTP 接口执行 SQL 语句。认证方式未说明。

认证
CORS
不支持
HTTPS
注册
?
延迟
9 ms
协议
REST
计费
Stars
62

可用率 · 30 天窗口

巡检: 9可用率: 100%平均延迟: 45ms

GitHub 活跃度

62JavaScriptMIT17 未关闭 issue上次提交 118 天前
01

关于这个 API

Amazon RDS Data Service 提供一个基于 HTTP 的接口,允许开发者直接对 Amazon Aurora Serverless v1 数据库集群执行 SQL 语句。该服务通过简单的 HTTP 接口简化了无服务器数据库的交互,避免了传统数据库连接的复杂性。

对于依赖 Aurora Serverless v1 的应用,开发者可以使用此 API 远程执行查询和数据操作命令,适合无服务器架构中管理持久连接较为困难的场景。

由于描述中未明确认证方式和详细功能,用户应参考官方 AWS 文档以获取安全和使用方面的指导。

02

你可以做什么

  • 1在 Aurora Serverless v1 上执行 SQL 查询
  • 2通过 HTTP 运行数据操作命令
  • 3集成无服务器数据库访问
03

优劣对比

优点

  • 基于 HTTP 的 SQL 执行
  • 支持 Aurora Serverless v1
  • 简化无服务器数据库访问

注意事项

  • 仅支持 Aurora Serverless v1 集群
  • 认证方式未明确
04

示例请求

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

快速开始

首先搭建 Aurora Serverless v1 数据库集群,使用 HTTP 接口执行 SQL 语句。认证方式未说明。

06

常见问题

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

技术细节

CORS: NoHTTPS: Yes注册: ?开源: Yes
认证方式
unknown
计费
unknown
协议
REST
响应时间
9 ms
上次巡检
2026/5/20 08:19:43
08

标签

09

更多来自 Amazon Web Services 的 API