serverless-patterns
serverless-patterns copied to clipboard
New pattern: eventbridge-schedule-secret-rotation-cdk
Issue #2470
Description of changes:
This sample project demonstrates rotating secrets using AWS Amazon EventBridge Scheduler and AWS Lambda at desired intervals. An EventBridge schedule is created based on the 'Secret rotation schedule' CDK parameter with rotation lambda as the target. You could provide the interval at which you want the secret to be rotated as a cron or rate expression.
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.