Skip to content

Instantly share code, notes, and snippets.

@rts-rob
Created July 9, 2020 14:47
Show Gist options
  • Save rts-rob/8e9a9b2e1d0a6357da984375aa2d3ab6 to your computer and use it in GitHub Desktop.
Save rts-rob/8e9a9b2e1d0a6357da984375aa2d3ab6 to your computer and use it in GitHub Desktop.
Bash script to delete an AWS SAM/AWS CloudFormation stack
#!/bin/bash
aws cloudformation delete-stack \
--stack-name $@
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment