When I run `sst remove` my created Table is the on...
# sst
m
When I run
sst remove
my created Table is the only artifact that remains. Am I missing something?
Every other resource is removed, including the CF Stack
t
The default removal policy for stateful things like tables, user pools and buckets is not to remove in case there's data in there you need
This is a good option for dev envs where you don't care
m
Thank you!
s
unfortunately the next time I call "npx sst start" it will fail because the table already exists
I agree better to not detele the table in case you want to persist data, but how do I configure it in a way that it doesn't try to create the table again if it already exists?
h
Hi guys. Some months later but still agree with Sebastian. Any update about this?