Hello, I faced an error on deploying saying that ...
# help
b
Hello, I faced an error on deploying saying that I reached limit of s3 buckets I removed many s3 buckets, and one of them had a name containing
cdk
and another things. Now I am trying to deploy again and getting this error on deploying debug stack:
Copy code
fail: No bucket named 'cdk-hnb659fds-assets-7027#####81-us-east-1'. Is account 7027####781 bootstrapped?
So should I delete
cdk-toolkit
stack from aws because it has been corrupted?
f
Yeah, remove the
CDKToolkit
stack and re run
sst deploy
The stack will re-create on
sst deploy
b
will other stacks from other stages corrupted too?
f
u just need to re-create the
CDKToolkit
stack once, and all stacks/stages will be fine.
b
Great, thank you