Web

Set up AWS Amplify to host React sites with an automatic deployment process

Deploying a React Web App

Log in to AWS using SSO, and go to AWS Amplify

Create a new web app, select GitHub and authorise if needed.

You can then select a repository from the CA GitHub to deploy, and a branch

circle-info

Make sure to select the master branch

Amplify will automatically generate the required build settings. You can also add any environment variables needed here.

Press Next, then confirm the selected details are all correct. You can then press Save and Deploy to deploy the site to a random AWS domain.

Last updated

Was this helpful?