Closed pablozandona closed 11 months ago
We are also wondering this, Aurora v1 is going EOL next year and there is no Data API planned to be supported in v2
Also wondering the same
Is compatible with Aurora Serverless v2 using Postgresql?
I believe serverless v2 does not support data API at all.
I just tested Aurora Serverless V2 and Data API (https://aws.amazon.com/blogs/database/introducing-the-data-api-for-amazon-aurora-serverless-v2-and-amazon-aurora-provisioned-clusters/) on my personal cluster and it generally seems to work. However, I often get this error from the database:
Transaction is still running a query
DatabaseErrorException: Transaction is still running a query
It's coming from the aws-sdk v2 so I will test again after I migrate this project into using aws-sdk v3.
@ArsenyYankovsky any updates?
Please read my previous comment, I tested it against a real cluster and all the tests passed. If you have any specific issues please report them in a separate ticket.
Thanks @ArsenyYankovsky, do you have an example of the entities you used in your test?
All entities used in tests for Postgres could be found here: https://github.com/ArsenyYankovsky/typeorm-aurora-data-api-driver/tree/master/test/functional/pg/basic/entity
Is compatible with Aurora Serverless v2 using Postgresql?