
An event-driven pattern that creates three EventBridge schedules for every user inserted into a DynamoDB table.

NewUserCreated event. The schedule creator (Lambda function) consumes this event and creates three schedules for the new user.Email Service, 2 minutes, 24 hours and 1 week after the user signs up.ActionAfterCompletion is set to DELETE).git clone https://github.com/aws-samples/serverless-patterns/cd serverless-patterns/eventbridge-schedule-dynamic-with-auto-deletionnpm run buildcdk deploycdk destroy.