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

feat: support custom modules for Pulumi #68

Open
janaka opened this issue Jan 26, 2023 · 0 comments
Open

feat: support custom modules for Pulumi #68

janaka opened this issue Jan 26, 2023 · 0 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@janaka
Copy link
Contributor

janaka commented Jan 26, 2023

Is your feature request related to a problem? Please describe.
The current API for custom modules is not compatible with Pulumi because of differences between CDK and Pulumi. Unlike CDK, Pulumi doesn't support changing or adding the config of ComponentResources via properties. There's method that can be called on instances either. AFAIK the only way is through the args param through the constructor.

Describe the solution you'd like
TBD how to change the API. But the outcome is to support custom modules for Pulumi.

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

Additional context
The sample Pulumi project (currently on a branch) has the outline of a custom module. So a good starting point to understand the situation.

@janaka janaka added enhancement New feature or request help wanted Extra attention is needed labels Jan 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant