You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Modify the digest function to include physical ID, if it's defined:
d(resource) = hash(type + physicalId) , if physicalId is defined
= hash(type + properties + dependencies.map(d)) , otherwise
Note: The information about which field is the physical ID can be obtained from awscdk-service-spec, using the CloudFormationRegistryResource.primaryIdentifier attribute.
The text was updated successfully, but these errors were encountered:
Modify the digest function to include physical ID, if it's defined:
Note: The information about which field is the physical ID can be obtained from awscdk-service-spec, using the
CloudFormationRegistryResource.primaryIdentifier
attribute.The text was updated successfully, but these errors were encountered: