Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
{
"title": "Amazon EventBridge Scheduler remove one time schedule",
"title": "Amazon EventBridge Scheduler remove One time Schedule",
"description": "Amazon EventBridge Scheduler job runs every five minutes to identify and delete one time Amazon EventBridge Scheduler jobs expired more than 7 days.",
"language": "Python",
"level": "300",
"framework": "CDK",
"introBox": {
"headline": "How it works",
"text": [
"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",
"Scheduler job uses Amazon Simple Notification Service to send email notification once the activity is complete.",
"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",
"Scheduler job sends a Amazon Simple Notification Service to send email notification once the activity is completed.",
"This pattern deploys AWS Lambda, Amazon EventBridge Scheduler(one recurring ,and two one-time jobs) and Amazon Simple Notification Service"
]
},
"gitHub": {
"template": {
"repoURL": "https://github.com/aws-samples/serverless-patterns/tree/main/eventbridge-schedule-remove-onetime-schedule-to-sns-cdk-python",
"templateURL": "serverless-patterns/eventbridge-schedule-remove-one-time-schedule-to-sns-cdk-python",
"repoURL": "https://github.com/aws-samples/serverless-patterns/tree/main/eventbridge-schedule-remove-one-time-schedules-cdk-python",
"templateURL": "serverless-patterns/eventbridge-schedule-remove-one-time-schedules-cdk-python",
"projectFolder": "eventbridge-schedule-remove-one-time-schedules-cdk-python",
"templateFile": "eventbridge_schedule_remove_onetime_schedules_cdk_python/eventbridge_schedule_remove_onetime_schedules_cdk_python_stack.py"
}
Expand Down