Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save hatertron3000/7b20d5af45a257f16b3222ebae6b924b to your computer and use it in GitHub Desktop.
Save hatertron3000/7b20d5af45a257f16b3222ebae6b924b to your computer and use it in GitHub Desktop.
Environment variables additions to the CloudFormation template for the retrieveSecret Lambda
"SECRETNAME": {
"Ref": "SECRETNAME"
},
"SECRETKEY": {
"Ref": "SECRETKEY"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment