Hey all :wave: This Prisma tutorial on how to depl...
# orm-help
j
Hey all 👋 This Prisma tutorial on how to deploy your prisma server to AWS Fargate was super helpful: https://www.prisma.io/docs/tutorials/-joofei3ahd. I'm wondering if anyone could point me to any docs/ tutorials/ recommendations on how to deploy your graphql server (i.e. graphql-yoga) to Fargate as well. I need subscriptions so I don't think Lambda is a great option in this case. I'd also like my graphql-server to live as close as possible to the prisma server (us-west). Any direction would be greatly appreciated. Thanks!