Skip to content

Instantly share code, notes, and snippets.

@hertzsprung
Last active November 3, 2020 13:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hertzsprung/7348517770915a1683e8c92655e279fd to your computer and use it in GitHub Desktop.
Save hertzsprung/7348517770915a1683e8c92655e279fd to your computer and use it in GitHub Desktop.
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