Consolidated cross-account resource stack #7080
Labels
closed-for-staleness
This issue was automatically closed because it hadn't received any attention in a while.
effort/medium
Medium work item – several days of effort
feature-request
A feature should be added or improved.
p2
Currently
aws-codepipeline-actions
has a utility that enables generating resources for cross-account deployments. It does this by creating a stack in the necessary account that the CDK can deploy to setup the resources for later use.However, if people writing other constructs wish to take on likewise actions, for say cross-account DNS delegation, they are stuck needing to duplicate the logic for that package, leading to two separate stacks for the same account (with the same goal in mind – cross-account resources).
I'm proposing creating a utility, possibly a static method on the
Stack
class that can return the resource stack for cross-account/cross-region purposes.Use Case
I'm writing a cross-account DNS domain delegation construct that would benefit from not duplicating this logic.
Proposed Solution
Something like this:
Other
This is a 🚀 Feature Request
The text was updated successfully, but these errors were encountered: