Skip to content

Instantly share code, notes, and snippets.

@richardgrantserverless
Created April 20, 2022 16:29
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 richardgrantserverless/e225e2903cb1ad573db6c448754bf524 to your computer and use it in GitHub Desktop.
Save richardgrantserverless/e225e2903cb1ad573db6c448754bf524 to your computer and use it in GitHub Desktop.
# orders/serverless.yml
provider:
...
environment:
# Inject the value in a function environment variable
PRODUCTS_TABLE: '${param:productsTableName}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment