aws-samples / aws-secrets-manager-rotation-lambdas

Contains Lambda functions to be used for automatic rotation of secrets stored in AWS Secrets Manager
MIT No Attribution
329 stars 282 forks source link

Added examples for rotating custom secrets used to inject static API Keys in to CloudFront and an ALB #66

Closed DevoKun closed 3 years ago

DevoKun commented 3 years ago

There are two new examples added in this pull request. The two examples will rotate a secret and either update a CloudFront Distribution or an ALB Listener with the value of that key.

CDK used to deploy the examples are included. CloudFormation, generated from the CDK, are also included.

DevoKun commented 3 years ago

Code moved to aws-samples/aws-secrets-manager-rotation-examples