Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save hatertron3000/8311e7f8b3dbc0076311fc009acf6550 to your computer and use it in GitHub Desktop.
Save hatertron3000/8311e7f8b3dbc0076311fc009acf6550 to your computer and use it in GitHub Desktop.
Environment Variables addition in the CloudFormation template for PresSignup Lambda
"CLIENT_ID": {
"Ref": "BCCLIENTID"
},
"REDIRECT_URL": {
"Ref": "REDIRECTURL"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment