Skip to content

Commit 6b88c39

Browse files
committed
fixing the json file
1 parent 0f131aa commit 6b88c39

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

eventbridge-schedule-remove-one-time-schedules-cdk-python/eventbridge-schedule-remove-one-time-schedules-cdk-python.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
{
2-
"title": "Amazon EventBridge Scheduler remove one time schedule",
2+
"title": "Amazon EventBridge Scheduler remove One time Schedule",
33
"description": "Amazon EventBridge Scheduler job runs every five minutes to identify and delete one time Amazon EventBridge Scheduler jobs expired more than 7 days.",
44
"language": "Python",
55
"level": "300",
66
"framework": "CDK",
77
"introBox": {
88
"headline": "How it works",
99
"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.",
1212
"This pattern deploys AWS Lambda, Amazon EventBridge Scheduler(one recurring ,and two one-time jobs) and Amazon Simple Notification Service"
1313
]
1414
},
1515
"gitHub": {
1616
"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",
1919
"projectFolder": "eventbridge-schedule-remove-one-time-schedules-cdk-python",
2020
"templateFile": "eventbridge_schedule_remove_onetime_schedules_cdk_python/eventbridge_schedule_remove_onetime_schedules_cdk_python_stack.py"
2121
}

0 commit comments

Comments
 (0)