Skip to content

Instantly share code, notes, and snippets.

@hertzsprung
Last active November 3, 2020 13:45
Embed
What would you like to do?
destroy-awscdk.sh
# 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