Is there a SST reset thing, where everything gener...
# help
s
Is there a SST reset thing, where everything generated via SST is removed from AWS ? Kind of hard reset
t
yarn sst remove
will remove all stacks
you can also go into the cloudformation console in aws and delete the stacks manually in case there are others
l
Just remember you may have set some stuff to RemovalPolicy: Retain! Actually, wasn't that the default behavior for some time for RDS and Buckets?