Guest User

Untitled

a guest
May 21st, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. version: 0.2
  2. env:
  3. variables:
  4. RUNTIME: "nodejs8.10"
  5. #parameter-store vars are in the format /[stage]/[repo]/[branch]/[eyecatcher]/key
  6. parameter-store: #see https://docs.aws.amazon.com/codebuild/latest/userguide/build-spec-ref.html#build-spec-ref-syntax
  7. LAMBDA_EXECUTION_ROLE_ARN: "/${STAGE}/deep-link/${BRANCH}/GetUri/lambdaExecutionRoleArn"
  8. ENV_SAMPLE_KEY: "/${STAGE}/deep-link/${BRANCH}/GetUri/key1"
  9.  
  10. phases:
  11. install:
  12. commands:
  13. ...
Add Comment
Please, Sign In to add comment