hasura / graphql-engine

Blazing fast, instant realtime GraphQL APIs on your DB with fine grained access control, also trigger webhooks on database events.
https://hasura.io
Apache License 2.0
31.09k stars 2.77k forks source link

AWS Aurora Serverless via Data API #7303

Open bkniffler opened 3 years ago

bkniffler commented 3 years ago

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.

dnk8n commented 2 years ago

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?