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
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
amplify delete
amplify init
amplify <resource> add
etc.