Skip to content

Commit

Permalink
chore: notice for aws/aws-cdk#24358 (#176)
Browse files Browse the repository at this point in the history
CLI notice for #24358. Inactive custom resource provider framework lambdas will cause errors due to Lambda's default SDK version (2.1055.0) not having `functionActiveV2` which only exists on 2.1080.0 and up.
  • Loading branch information
comcalvi committed Apr 21, 2023
1 parent cbd74c1 commit c60efa3
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
@@ -1,5 +1,17 @@
{
"notices": [
{
"title": "custom-resources: `INACTIVE` custom resource provider lambda throws `functionActiveV2 is not found`",
"issueNumber": 24358,
"overview": "If the custom resource provider Lambda becomes `INACTIVE`, the custom resource provider framework attempts to call `functionActiveV2()` to wait for the function to become active. This throws the error because the SDK installed by Lambda is at version 2.1055.0, but `functionActiveV2` does not exist until 2.1080.0.",
"components": [
{
"name": "aws-cdk-lib.custom-resources",
"version": ">=v2.60.0 <v2.76.1"
}
],
"schemaVersion": "1"
},
{
"title": "core: Names of deployed stacks change, requiring redeployment",
"issueNumber": 25130,
Expand Down

0 comments on commit c60efa3

Please sign in to comment.