Created
August 23, 2019 12:38
-
-
Save allenheltondev/2238e5f12f0aa4c4363234056cfeb7d1 to your computer and use it in GitHub Desktop.
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
version: 0.2 | |
phases: | |
install: | |
runtime-versions: | |
nodejs: 10 | |
pre_build: | |
commands: | |
- npm install | |
build: | |
commands: | |
- aws cloudformation package --template-file template.yaml --s3-bucket $BUILD_OUTPUT_BUCKET --output-template-file packaged.yaml | |
artifacts: | |
files: | |
- packaged.yaml | |
discard-paths: yes |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment