Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save hatertron3000/d207c13d91d75ed38e4c79a3e00a9626 to your computer and use it in GitHub Desktop.
Save hatertron3000/d207c13d91d75ed38e4c79a3e00a9626 to your computer and use it in GitHub Desktop.
Additions to the Parameters object in the CloudFormation template for the retrieveSecret Lambda
"SECRETNAME": {
"Type": "String",
"Default": ""
},
"SECRETKEY": {
"Type": "String",
"Default": ""
},
"SECRETARN": {
"Type": "String",
"Default": ""
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment