👩💻 Join our community of thousands of amazing developers!
Please read Part 3 if you have not.This part is an overview of this pull request.Now that we have our backend deployed, let’s deploy our react frontend to our custom domain.AWS DeploymentThe frontend app will be statically hosted in S3 / CloudFront under a custom domain. All of this is configured already in the CloudFormation template. The React app will interact with the GraphQL API we deploy in Part 3 for all of its data needs. We do not actually send full GraphQL queries, but rather just the ...