Skip to content

Instantly share code, notes, and snippets.

@ssullivan
Created April 15, 2020 20:46
Show Gist options
  • Select an option

  • Save ssullivan/56ea3725ed5bc2055a2ddb4050256618 to your computer and use it in GitHub Desktop.

Select an option

Save ssullivan/56ea3725ed5bc2055a2ddb4050256618 to your computer and use it in GitHub Desktop.
buildspec cf
version: 0.2
phases:
install:
commands:
- pip install cfn-lint
build:
commands:
- cfn-lint --template ./template.yaml --regions $AWS_REGION
- aws cloudformation validate-template --template-body file://$(pwd)/template.yaml
artifacts:
files:
- '*'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment