Skip to content

Commit

Permalink
Fixed JSON file
Browse files Browse the repository at this point in the history
  • Loading branch information
otaviomacedo committed Sep 26, 2023
1 parent e1e9cfe commit ebfbf0e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions data/notices.json
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@
},
{
"title": "Python users using Schedule class get synth-time TypeError for mismatched types",
"issueNumber": 27259
"issueNumber": 27259,
"overview": "Using the 'Schedule' class in aws-events, aws-autoscaling, aws-applicationautoscaling, aws-backup, aws-scheduler-alpha, aws-synthetics-alpha causes a TypeError for Python users.",
"components": [
{
Expand All @@ -315,7 +315,7 @@
},
{
"name": "aws-cdk-lib.aws-applicationautoscaling.Schedule",
"verion": "2.97.0"
"version": "2.97.0"
},
{
"name": "@aws-cdk/aws-synthetics-alpha.Schedule",
Expand All @@ -325,6 +325,8 @@
"name": "@aws-cdk/aws-scheduler-alpha.ScheduleExpression",
"version": "2.97.0-alpha.0"
}
],
"schemaVersion": "1"
}
]
}

0 comments on commit ebfbf0e

Please sign in to comment.