Skip to content

Instantly share code, notes, and snippets.

@chris-feist
Created January 12, 2019 18:22
Show Gist options
  • Save chris-feist/ea64121241040a7814d2ed97b3582638 to your computer and use it in GitHub Desktop.
Save chris-feist/ea64121241040a7814d2ed97b3582638 to your computer and use it in GitHub Desktop.
serverless-plugin-composed-vars example
USER_TABLE_NAME: Users
custom:
googlesWebsite: www.google.com
myEndpoint: api.endpoint.com/dev
provider:
environment:
THE_ANSWER_IS: 42
USER_TABLE_NAME: Test-Users
MY_ENDPOINT: ${self:custom.myEndpoint}
myEndpoint: api.endpoint.com
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment