Issue deploying CDK without the custom resource updating. #30094
Labels
bug
This issue is a bug.
effort/medium
Medium work item – several days of effort
p2
package/tools
Related to AWS CDK Tools or CLI
Describe the bug
A CDK custom resource is unexpectedly updating causing a dependency issue.
They have not made any changes to the custom resource change set. and they do not want it to change.
Error:
Received response status [FAILED] from custom resource. Message returned: Package @aws-sdk/client-kafka does not exist. (RequestId: XXXXXXX-39c5-XXXe-8160-XXX1821XXXXX)
Expected Behavior
Not expected behavior.
Current Behavior
The stack failed to deploy due to dependency issues. The this stack has an EXPORT that is being used many consuming stacks it's the custom resource named
ClusterBootstrapBrokersBootstrapBrokerStringXXXXXXXXXXXX
that is being updated causing the dependency issue.They have not made any changes to the custom resource change set. and they do not want it to change.
Reproduction Steps
TBD
Possible Solution
No response
Additional Information/Context
No response
CDK CLI Version
2.118
Framework Version
No response
Node.js Version
nodejs18.x
OS
N/A
Language
Python
Language Version
Python
Other information
Attached screenshot of
cdk diff
results comparing code to being deployed and the current production state. They are using CDK library 2.118The text was updated successfully, but these errors were encountered: