Skip to content

Commit

Permalink
chore: notice for aws/aws-cdk#29949 (#521)
Browse files Browse the repository at this point in the history
CDK CLI notice for aws/aws-cdk#29949
  • Loading branch information
colifran authored Jun 3, 2024
1 parent 1f9c740 commit fa443a3
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion data/notices.json
Original file line number Diff line number Diff line change
Expand Up @@ -531,6 +531,18 @@
}
],
"schemaVersion": "1"
}
},
{
"title": "(custom-resources): logApiResponseData property for AwsCustomResource is forcing unwanted updates",
"issueNumber": 29949,
"overview": "A new Logging class was added for AwsCustomResource in CDK v2.138.0. The logging property defaults to Logging.all() which adds logApiResponseData as true by default to the custom resource properties. As a result, an update is triggered automatically which returns an empty data object if no SDK call was configured.",
"components": [
{
"name": "aws-cdk-lib.custom-resources",
"version": "2.138.0 - 2.144.0"
}
],
"schemaVersion": "1"
}
]
}

0 comments on commit fa443a3

Please sign in to comment.