Aurora Serverless support for Hasura Cloud or for Hasura on AppRunner via Data API would be really convenient. Thoughts on that matter?
Data API takes regular sql commands through HTTP and returns their result. The reason why it is necessary is that Aurora Serverless does not expose a public SQL endpoint.
Supporting Aurora Serverless would make scaling the SQL super easy and very flexible.
Currently, the only way to use Aurora Serverless is to use a EC2/Fargate Hasura instance within the same network. Neither Hasura Cloud nor AppRunner (due to missing VPC support) work for that reason.
I agree this could be very useful. Any way of abstracting the data API so that Hasura can sit on top of it just like conventional postgresql database infrastructure?
Aurora Serverless support for Hasura Cloud or for Hasura on AppRunner via Data API would be really convenient. Thoughts on that matter?
Data API takes regular sql commands through HTTP and returns their result. The reason why it is necessary is that Aurora Serverless does not expose a public SQL endpoint.
Supporting Aurora Serverless would make scaling the SQL super easy and very flexible.
Currently, the only way to use Aurora Serverless is to use a EC2/Fargate Hasura instance within the same network. Neither Hasura Cloud nor AppRunner (due to missing VPC support) work for that reason.