Skip to content

Instantly share code, notes, and snippets.

@mostlygeek
Created April 15, 2015 17:24
Show Gist options
  • Save mostlygeek/390bdd6fdf1e688ec336 to your computer and use it in GitHub Desktop.
Save mostlygeek/390bdd6fdf1e688ec336 to your computer and use it in GitHub Desktop.
Bash function to make validating cfn templates easier
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