Aurora Serverless v2 support for Data API

6

Is there a plan to include Data API in future releases of Aurora Serverless v2? If yes, any ETA please? Until then, can you please advise what's the recommended solution for connecting Lambdas with Aurora Serverless v2? Based on my reading, RDS Proxy seems to be the only/best solution. Can we assume RDS Proxy is sort of replacement for Data API?

Thanks in advance.

質問済み 2年前550ビュー
3回答
2

Well, we are many that are eagerly awaiting some kind of response from AWS... I can only recommend you to raise feature requests through your Support with AWS and contact your AWS account rep. and ask them to add a feature request on your behalf.

The RDS Proxy and Data-API aren't really comparable "function-wise", but they both offer connection pooling (which is the most important feature I guess). The RDS Proxy is a "service" built into the underlying AWS infrastructure which can be used by some other AWS functions, e.g. Lambdas. The Data-API, is what the name says, an API which we can call from anywhere over HTTP.

AppSync can also, natively, use the Data-API as a resolver using VTL scripts (something we do a lot), but AppSync can't use a RDS Proxy. To use RDS Proxy with an AWS Service that doesn't have "native" RDS Proxy Support you alwyas have to go through a Lambda, something that adds latency as well as more code that must be maintained. This we can avoid with the Data-API!

I really hope that AWS listens to us customers and while being thrown under the bus right now, I hope they ca grab my foot and pull me out from there by announcing the Data-API for v2!

We are stuck on v1 (that has the world's worst scaling) because of this and we really need to go to v2 to get a functioning scaling in place but can't because of AppSync and the lack of support for it in v2... :(

回答済み 2年前
0

When is Data API with Aurora PostgreSQL Serverless v2 coming to eu-west-2? Very limited the current regions it is rolled out to: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/Concepts.Aurora_Fea_Regions_DB-eng.Feature.Data_API.html#Concepts.Aurora_Fea_Regions_DB-eng.Feature.Data_API.apg

JackF
回答済み 20日前
  • Indeed! That's a question a lot of us are asking... eu-west-1 in our case...

    My guess is that they needed some "testing" done prior to releasing it to more commonly used regions.

0
profile picture
エキスパート
回答済み 4ヶ月前
profile picture
エキスパート
レビュー済み 1ヶ月前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ