Trying to understand how we would:
A) deploy prisma to ec2 (docker is perfectly suitable here), that talks to an aws RDS database
B) Deploy the graphql-yoga based api that our frontend app will consume also to ec2 (again docker is perfectly fine) — ec2 not lambda as we really need subscriptions to work.
Documentation in this area seems to be sorely lacking.
Fargate is interesting, but we had problems with it in our environment as we’ve already got many vpcs in play and while it didn’t complain about vpc’s during the cloudformation build, deploys simply timeout, presumably lack of communication between various pieces.