Skip to content

Commit

Permalink
Merge pull request #2383 from pputhran/fix-2380-evb-sch-remove-one-time0
Browse files Browse the repository at this point in the history
Fixing broken github URL - eventbridge-schedule-remove-one-time-schedules-cdk-python
  • Loading branch information
julianwood authored Jul 19, 2024
2 parents c344fa0 + 6b88c39 commit be903e3
Showing 1 changed file with 5 additions and 5 deletions.
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

0 comments on commit be903e3

Please sign in to comment.