Skip to content

Instantly share code, notes, and snippets.

@svdgraaf
svdgraaf / buildspec.yaml
Created January 6, 2017 09:53
AWS CodePipeline CloudFormation template length workaround
version: 0.1
phases:
pre_build:
commands:
- pip install awscli
build:
commands:
post_build:
commands: