CDKPipelines: cyclic reference when using cross-region actions #26691
Labels
@aws-cdk/pipelines
CDK Pipelines library
bug
This issue is a bug.
effort/medium
Medium work item – several days of effort
p2
Describe the bug
A cyclic dependency is created when:
Expected Behavior
CDKPipelines creates and manages the cross-region stack and the role that the cross-region action is using. It needs to take care of how it manages dependencies and avoid throwing an error the user cannot fix.
Current Behavior
Reproduction Steps
mvn clean package
cdk synth
Possible Solution
N/A
Additional Information/Context
It works well in different scenarios:
CDK CLI Version
2.79.0
Framework Version
No response
Node.js Version
18.10.0
OS
macos and windows
Language
Java
Language Version
Java(8) and Java (11)
Other information
I wonder whether it relates to the following issue:
#25605. Reason I say this is because we have a scenario with two stacks and a replication bucket similar to the scenario described in this issue. Here, this is all managed by CDK.
The text was updated successfully, but these errors were encountered: