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?

asked 9 months ago394 views
2 Answers
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
answered 4 months ago
profile picture
EXPERT
reviewed 4 months ago
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
EXPERT
answered 9 months ago
profile pictureAWS
EXPERT
reviewed 9 months ago
  • Look at this section in page pointed by Riku: "Comparison of Aurora Serverless v2 and Aurora Serverless v1 feature support" -> Data API v2 = no

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions