Skip to content

Commit

Permalink
notice
Browse files Browse the repository at this point in the history
  • Loading branch information
comcalvi committed Dec 22, 2023
1 parent b744d86 commit 7f6529f
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions data/notices.json
Original file line number Diff line number Diff line change
@@ -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,
Expand Down

0 comments on commit 7f6529f

Please sign in to comment.