Hi all, Is it expected behaviour when running `np...
# help
f
Hi all, Is it expected behaviour when running
npx sst remove
to get the following message:
Copy code
dev-sst-integration-layer-my-stack failed: dev-sst-integration-layer-UsersTable already exists
I need to manually delete the dynamodb tables from AWS before running
npx sst remove
to ensure resource deletion.
t
The default removal policy of dynamodb tables is to keep them around I believe
so they require manual manual deletion - this prevents accidentally deleting data
f
@thdxr, got it thank you!
f
hmm @Fazi, were you getting this error on
sst remove
, or when trying to deploy again after
sst remove
?
f
@Frank, I get this error when I run
sst remove
on a deployed or debug instance of my stack