- Newest
- Most votes
- Most comments
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... :(
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
This has now been released (for Postgres engine):https://aws.amazon.com/blogs/database/introducing-the-data-api-for-amazon-aurora-serverless-v2-and-amazon-aurora-provisioned-clusters/
When is the data api being released for V2 Aurora MySQL? V1 has an end of life of the 31st of October 2024 and you'd expect it to be release by now? Any updates on this?
It seems that Data API with Aurora MySQL Serverless v2 and provisioned has been released: 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.ams
Relevant content
- asked 8 months ago
- asked 3 years ago
- AWS OFFICIALUpdated 4 months ago
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.