Created
April 15, 2015 17:24
-
-
Save mostlygeek/390bdd6fdf1e688ec336 to your computer and use it in GitHub Desktop.
Bash function to make validating cfn templates easier
This file contains hidden or 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
function cfnvalidate { | |
aws cloudformation validate-template --template-body file://$1 | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment