
AWS RDS DataService
AWS RDS DataService
Amazon RDS 提供 HTTP 接口,可对 Aurora Serverless v1 数据库执行 SQL 语句。
基于 HTTP 的 SQL 执行
仅支持 Aurora Serverless v1 集群
首先搭建 Aurora Serverless v1 数据库集群,使用 HTTP 接口执行 SQL 语句。认证方式未说明。
可用率 · 30 天窗口
GitHub 活跃度
关于这个 API
Amazon RDS Data Service 提供一个基于 HTTP 的接口,允许开发者直接对 Amazon Aurora Serverless v1 数据库集群执行 SQL 语句。该服务通过简单的 HTTP 接口简化了无服务器数据库的交互,避免了传统数据库连接的复杂性。
对于依赖 Aurora Serverless v1 的应用,开发者可以使用此 API 远程执行查询和数据操作命令,适合无服务器架构中管理持久连接较为困难的场景。
由于描述中未明确认证方式和详细功能,用户应参考官方 AWS 文档以获取安全和使用方面的指导。
你可以做什么
- 1在 Aurora Serverless v1 上执行 SQL 查询
- 2通过 HTTP 运行数据操作命令
- 3集成无服务器数据库访问
优劣对比
优点
- 基于 HTTP 的 SQL 执行
- 支持 Aurora Serverless v1
- 简化无服务器数据库访问
注意事项
- 仅支持 Aurora Serverless v1 集群
- 认证方式未明确
示例请求
curl https://github.com/mermade/aws2openapi/<endpoint>快速开始
首先搭建 Aurora Serverless v1 数据库集群,使用 HTTP 接口执行 SQL 语句。认证方式未说明。
常见问题
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.
技术细节
- 认证方式
- unknown
- 计费
- unknown
- 协议
- REST
- 响应时间
- 9 ms
- 上次巡检
- 2026/5/20 08:19:43
更多来自 Amazon Web Services 的 API
AWS IAM Access Analyzer API 分析 IAM 资源策略找潜在的过度授权或外部访问,主动识别安全风险。
Alexa for Business帮助企业在组织内使用Alexa设备和服务。
Amazon API Gateway帮助开发者构建安全且可扩展的移动和网页应用后端。
用于创建、管理和快速部署应用配置的服务。
Amazon AppFlow 提供云端数据流管理和集成服务。支持不同云服务间的数据传输和同步。
Amazon AppIntegrations 服务用于配置和重用与外部应用的连接。
Amazon AppStream 2.0 提供云端应用程序流式传输服务,支持远程访问和管理。
Amazon Athena 是一种交互式查询服务,允许使用标准 SQL 直接分析存储在 Amazon S3 中的数据。