Aurora Serverless V2 REST API

1

We are looking to leverage Aurora Serverless Postgres. A big part of why we decided to go with Aurora Serverless (beyond the needed performance) was the ability to use the Restful API for all data access (queries etc), greatly simplifying the code as well as better decoupling from the underlying DB. We’re seeing in some AWS documentation that V2 may have eliminated that API? We would like to know if we can still do that, and if not, what has replaced it that we should be looking at as an alternative? Is there a recommended pattern we should follow?

已提问 10 个月前422 查看次数
2 回答
1

You will be please to know we launch Data API for Aurora Serverless V2 today that also includes Query Editor for Aurora PostgreSQL. https://aws.amazon.com/about-aws/whats-new/2023/12/amazon-aurora-postgresql-rds-data-api/

Steve
已回答 5 个月前
profile picture
专家
已审核 5 个月前
0

Hello.
As you are aware, the use of the data API is not yet supported in Aurora Serverless V2.
If you want to perform operations via API, you need to use V1.
I think it is better to use V1 until data API is supported in V2.
https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-serverless-v2.upgrade.html#aurora-serverless-v2.move-from-serverless-v1

profile picture
专家
已回答 10 个月前
profile pictureAWS
专家
已审核 10 个月前
  • Look at this section in page pointed by Riku: "Comparison of Aurora Serverless v2 and Aurora Serverless v1 feature support" -> Data API v2 = no

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则