Created
July 9, 2020 14:47
-
-
Save rts-rob/8e9a9b2e1d0a6357da984375aa2d3ab6 to your computer and use it in GitHub Desktop.
Bash script to delete an AWS SAM/AWS CloudFormation stack
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
#!/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