Skip to content

Commit

Permalink
notice for aws/aws-cdk#28520
Browse files Browse the repository at this point in the history
  • Loading branch information
Hogan Bobertz committed Jan 3, 2024
1 parent d1c0937 commit 3744acf
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions data/notices.json
Original file line number Diff line number Diff line change
Expand Up @@ -423,6 +423,18 @@
}
],
"schemaVersion": "1"
},
{
"title": "(aws-events): EventBus fails because of change to logical id without modifiying the statement id",
"issueNumber": 28520,
"overview": "#27340 introduced the ability to create multiple event bus policies on a single event bus. To facilitate this, the logical Id was changed from \"Policy\" to the statementId. This triggers a replacement, which fails in CloudFormation because the statement ID does not change.",
"components": [
{
"name": "aws-cdk-lib/aws-event.EventBus",
"version": "2.117.0"
}
],
"schemaVersion": "1"
}
]
}

0 comments on commit 3744acf

Please sign in to comment.