destroy-awscdk.sh
This file contains 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