Skip to content

Instantly share code, notes, and snippets.

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 kevinchisholm/ef594a2814974e3d81a0985f3e63d7cc to your computer and use it in GitHub Desktop.
Save kevinchisholm/ef594a2814974e3d81a0985f3e63d7cc to your computer and use it in GitHub Desktop.
service: my-other-service
provider:
name: aws
runtime: nodejs12.x
stage: ${opt:stage, "dev"}
region: us-east-1
environment:
UserPoolId: !ImportValue UserPoolId-my-user-pool-${self:provider.stage}
UserPoolClientId: !ImportValue UserPoolClientId-my-user-pool-${self:provider.stage}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment