0

I want to delete an already existing amplify configuration where i used api gateway and lambda function and dynamodb. Can i delete everything and create everything as a new configuration. How to do it.?

thanks in advance

1 Answers1

3
amplify delete
amplify init
amplify <resource> add

etc.

user7660047
  • 167
  • 9
  • will that create any error in back-end because my production is up and running. but my back-end having errors so i think of deleting it. – anonymousmkv Jan 11 '21 at 05:22
  • "delete" deprovisions cloud resources. So does "amplify remove ", but is use if you have multiple environments running. It would be good to know what errors you're getting? – user7660047 Jan 11 '21 at 23:46