diff --git a/data/notices.json b/data/notices.json index 443298f..63c2191 100644 --- a/data/notices.json +++ b/data/notices.json @@ -1,5 +1,21 @@ { "notices": [ + { + "title": "(aws-events-targets): Using an imported DLQ with an event rule target throws `Error: Cannot assign Dead Letter Queue in region ${Token[TOKEN.35]} to the rule XYZEventRule89558AAC in region eu-west-1. Both the queue and the rule must be in the same region.`", + "issueNumber": 28165, + "overview": "All users of `aws-events-targets` who created an `events.Rule` with the `SqsQueue` target and passed an imported (eg, `fromQueueArn` or `fromQueueName`) queue to the `deadLetterQueue` prop would receive an error similar to: ``` Error: Cannot assign Dead Letter Queue in region ${Token[TOKEN.35]} to the rule XYZEventRule89558AAC in region eu-west-1. Both the queue and the rule must be in the same region.```. This only affects you if you use those constructs from versions 2.110.0 through 2.115.0.", + "components": [ + { + "name": "aws-cdk-lib/aws-events.Rule", + "version": "2.110.0" + }, + { + "name": "aws-cdk-lib/aws-events-targets.SqsQueue", + "version": "2.110.0" + } + ], + "schemaVersion": "1" + }, { "title": "core: Stack crossRegionReferences and CfnJson fail with 'Error: Cannot find module'", "issueNumber": 28465,