Resetting AWS Amplify | Task

Ole Ersoy
Feb - 04  -  1 min

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