Hi, this is my first time trying to deploy React/G...
# orm-help
l
Hi, this is my first time trying to deploy React/GraphQL/Prisma app. I deployed my Prisma cluster to AWS Faragate following this tutorial (https://blog.graph.cool/how-to-deploy-a-prisma-cluster-to-aws-fargate-using-docker-cloudformation-293aa8727b89). Now I'm trying to figure out the next step. What would be the best way to deploy the rest of the React+Prisma app on AWS (i.e. EC2, S3)?
p
@Lydia if you are set on using AWS, i'd recommend you checkout
up
. it is a fantastic tool that makes working with AWS products less complicated, there are tutorials showing how to use
up
with
prisma
(i dont have a link handy)
n
check https://www.graph.cool/forum/t/sparkles-awesome-prisma/2878?u=nilan, there are some resources on
up
and S3 🙂
l
Thank you, @peter @nilan! I checked out Apex Up and it's awesome. To sum up, I would need to use Apex Up for GraphQL server and S3 (not EC2) for UI (React).
n
You can also totally host your server using EC2. There are many options, these are convenient ones 🙂
👍 1
s
We're using
up
to host the
graphql-yoga
server on AWS Lambda. We use Netlify to host the react client