|
1 | 1 | { |
2 | | - "title": "Amazon EventBridge Scheduler remove one time schedule", |
| 2 | + "title": "Amazon EventBridge Scheduler remove One time Schedule", |
3 | 3 | "description": "Amazon EventBridge Scheduler job runs every five minutes to identify and delete one time Amazon EventBridge Scheduler jobs expired more than 7 days.", |
4 | 4 | "language": "Python", |
5 | 5 | "level": "300", |
6 | 6 | "framework": "CDK", |
7 | 7 | "introBox": { |
8 | 8 | "headline": "How it works", |
9 | 9 | "text": [ |
10 | | - "Amazon EventBridge Scheduler job runs every five minutes and uses AWS Lambda to identify and delete one time Scheduler jobs that are expired more than 7 days", |
11 | | - "Scheduler job uses Amazon Simple Notification Service to send email notification once the activity is complete.", |
| 10 | + "Amazon EventBridge Scheduler job runs every five minutes and uses AWS Lambda to identify and delete one time Amazon EventBridge Scheduler jobs that are expired more than 7 days", |
| 11 | + "Scheduler job sends a Amazon Simple Notification Service to send email notification once the activity is completed.", |
12 | 12 | "This pattern deploys AWS Lambda, Amazon EventBridge Scheduler(one recurring ,and two one-time jobs) and Amazon Simple Notification Service" |
13 | 13 | ] |
14 | 14 | }, |
15 | 15 | "gitHub": { |
16 | 16 | "template": { |
17 | | - "repoURL": "https://github.com/aws-samples/serverless-patterns/tree/main/eventbridge-schedule-remove-onetime-schedule-to-sns-cdk-python", |
18 | | - "templateURL": "serverless-patterns/eventbridge-schedule-remove-one-time-schedule-to-sns-cdk-python", |
| 17 | + "repoURL": "https://github.com/aws-samples/serverless-patterns/tree/main/eventbridge-schedule-remove-one-time-schedules-cdk-python", |
| 18 | + "templateURL": "serverless-patterns/eventbridge-schedule-remove-one-time-schedules-cdk-python", |
19 | 19 | "projectFolder": "eventbridge-schedule-remove-one-time-schedules-cdk-python", |
20 | 20 | "templateFile": "eventbridge_schedule_remove_onetime_schedules_cdk_python/eventbridge_schedule_remove_onetime_schedules_cdk_python_stack.py" |
21 | 21 | } |
|
0 commit comments