serverless-patterns icon indicating copy to clipboard operation
serverless-patterns copied to clipboard

New pattern: eventbridge-schedule-secret-rotation-cdk

Open senthilkumarmohan opened this issue 5 months ago • 2 comments

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.

senthilkumarmohan avatar Sep 13 '24 13:09 senthilkumarmohan