In this lesson we learn how to deploy your React application to AWS using the Amplify CLI & Amazon S3.
Rnn:
amplify add hosting
Next, we're prompted for the bucket name. Give the bucket a unique name. For the index doc and the error doc, we can choose index.html.
Deploy:
amplify publish