Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support setting region on the resolver instantiation #459

Open
1 task
antoniordz96 opened this issue Jun 5, 2024 · 0 comments
Open
1 task

Support setting region on the resolver instantiation #459

antoniordz96 opened this issue Jun 5, 2024 · 0 comments
Labels
effort/medium 1 week tops feature-request New/Enhanced functionality wanted priority/p2 Dependent on community feedback. PR's are welcome :)

Comments

@antoniordz96
Copy link

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

const k8sApp = new k8s.App({ resolvers: [new AwsCdkResolver(region='us-east-1')] });
  • 👋 I may be able to implement this feature request

This is a 🚀 Feature Request

@antoniordz96 antoniordz96 added feature-request New/Enhanced functionality wanted needs-triage Priority and effort undetermined yet labels Jun 5, 2024
@iliapolo iliapolo added effort/medium 1 week tops priority/p2 Dependent on community feedback. PR's are welcome :) and removed needs-triage Priority and effort undetermined yet labels Jun 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
effort/medium 1 week tops feature-request New/Enhanced functionality wanted priority/p2 Dependent on community feedback. PR's are welcome :)
Projects
None yet
Development

No branches or pull requests

2 participants