Git Config - Global User - Name Prabhakarg-Dm: $ NPX Create-React-App Cloudamplifyapp
Git Config - Global User - Name Prabhakarg-Dm: $ NPX Create-React-App Cloudamplifyapp
com/getting-started/hands-on/deploy-react-app-cicd-amplify/
Change Directory
$ cd app
$ cd cloudamplifyapp
$ git init
$ git add .
Commit the push event
$ git remote –v
Open the AWS Management Console in a new browser window, so you can keep this step-
by-step guide open. When the screen loads, enter your user name and password to get started.
Then type Amplify in the search bar and select AWS Amplify to open the service console.
c. Authenticate with GitHub and return to the Amplify Console. Choose the repository you
created earlier and the master branch, then select Next.
d. Accept the default build settings and select Next.
f. AWS Amplify Console will now build your source code and deploy your app at
https://<branchname>.<appid>.amplifyapp.com
g. Once the build completes, select the thumbnail to see your web app up and running live.
In this step, you will make some changes to the code and push the changes to the master
branch of your app.
$ git add .
$ git remote -v
b. Once the build is complete, select the thumbnail on the AWS Amplify console to view
your updated app.
8. Clean up your resources
You can easily terminate the resources you created on AWS Amplify Console. In fact, it is a
best practice to terminate resources you are no longer using so you avoid getting charged.
Select Action and then Delete app. In the modal that opens, type delete to confirm that you
want to delete your app. Your app is now deleted.
Congratulations