Last active
November 3, 2020 13:45
-
-
Save hertzsprung/7348517770915a1683e8c92655e279fd to your computer and use it in GitHub Desktop.
destroy-awscdk.sh
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# https://github.com/aws/aws-cdk/issues/986#issuecomment-644602463 | |
cdk destroy | |
aws s3 rm --recursive s3://$(aws s3 ls | grep cdktoolkit | cut -d' ' -f3) | |
aws cloudformation delete-stack --stack-name CDKToolkit |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment