Describe the bug
Delete command removes only Stack, but not Bucket and Roles
To Reproduce
Steps to reproduce the behaviour:
Go through
amplify init
Create cloud data by using a profile
Then lunch
amplify delete
Expected behavior
To remove everything
Desktop (please complete the following information):
Thanks for the feedbacks.
Because S3 bucket might have contents and the IAM roles might be used by other applications, so to be safe, the CLI does not delete them.
I will mark this as a feature request, we will think about how to improve the UX for amplify delete.
It would be better if CLI will warn what exactly is going to delete. Then it won't be an issue. Right now you can only wonder what delete actually does (as turns out, almost nothing).
Hi all, any update on this ?
Closing this in favor of duplicate #89
Most helpful comment
It would be better if CLI will warn what exactly is going to delete. Then it won't be an issue. Right now you can only wonder what
deleteactually does (as turns out, almost nothing).