Skip to content

Instantly share code, notes, and snippets.

@chris-feist
Created January 16, 2019 05:09
Show Gist options
  • Save chris-feist/35dbe3250256f856ee27751b73346331 to your computer and use it in GitHub Desktop.
Save chris-feist/35dbe3250256f856ee27751b73346331 to your computer and use it in GitHub Desktop.
serverless-plugin-composed-vars base example
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}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment