Skip to content

Instantly share code, notes, and snippets.

@PaulDuvall
Last active February 14, 2020 16:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save PaulDuvall/477cf608178808328a49af2ba2fa4ecc to your computer and use it in GitHub Desktop.
Save PaulDuvall/477cf608178808328a49af2ba2fa4ecc to your computer and use it in GitHub Desktop.
version: 0.2
phases:
install:
runtime-versions:
python: 3.7
commands:
- python --version
build:
commands:
- pip install --user aws-sam-cli
- >-
aws cloudformation package --template ceoa-3-rotation-3-lambda-sam.yml
--s3-bucket $S3_BUCKET --output-template template-export.json
artifacts:
type: zip
files:
- template-export.json
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment