Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save hatertron3000/d2c8cea911310de491a60a3789310a6d to your computer and use it in GitHub Desktop.
Save hatertron3000/d2c8cea911310de491a60a3789310a6d to your computer and use it in GitHub Desktop.
PolicyDocument addition for the CloudFormation template for the retrieveSecret Lambda
{
"Effect": "Allow",
"Action": "secretsmanager:GetSecretValue",
"Resource": {
"Ref": "SECRETARN"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment