Support setting region on the resolver instantiation #459
Labels
effort/medium
1 week tops
feature-request
New/Enhanced functionality wanted
priority/p2
Dependent on community feedback. PR's are welcome :)
Description of the feature or enhancement:
Currently the AWS Resolver is picking the systems default AWS region. We have a use case where we want to synthesize both regions at the same time like aws cdk. Currently synthesis fails for one chart as its looking for stacks in the wrong region
Use Case:
Synthesize k8s manifest and allow it to automatically pick the correct region to grab stack output to be used in cdk8s chart
Proposed Solution:
Allowing to pass region via the constructor. It can be an optional field to make it backwards compatible defaulting to the current behavior
This is a 🚀 Feature Request
The text was updated successfully, but these errors were encountered: