Resetting AWS Amplify

Ole Ersoy
1 min readJan 9, 2020
Image by Thomas Breher from Pixabay

Scenario

We are getting errors after configuration on amplify push .

Approach

amplify delete Scanning for plugins...
Plugin scan successful
? Are you sure you want to continue? (This would delete all the environments of the project from the cloud and wipe out all the local amplify resource files) (Y/n)

Then reset the project from scratch:

amplify init
amplify add auth
amplify push

Related Concepts

--

--