(core): (Aspects are not processed on portions of the construct tree, when other aspects dynamically modify the tree (e.g. cdk pipelines)) · Issue #21341 · aws/aws-cdk

Describe the bug Aspects can modify the constructs' tree dynamically. The tree is modified when the Aspect is being visited. If the modification happens in a higher node in the tree, then the aspec...