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

[WIP] Example of using CDK constructs from Pulumi programs #486

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

lukehoban
Copy link
Contributor

@lukehoban lukehoban commented Nov 28, 2019

This example highlights how you can use CDK constructs from within Pulumi applications. CDK
Constructs can be mixed with other Pulumi resources, including both Pulumi AWS resources, as well as
Azure, GCP, Kubernetes and more.

This is currently very simple. It can be extended in a few ways:

  • Show details of individual resources within the stack during updates
  • Manage cdk.out inside the component state
  • Show off mixing-and-matching Pulumi AWS resources with CDK AWS resources
  • Support "container assets"
  • Get outputs from CDK constructs/stack as Pulumi Outputs

@lukehoban lukehoban changed the title Example of using CDK constructs from Pulumi programs [WIP] Example of using CDK constructs from Pulumi programs Nov 28, 2019
@rshade
Copy link
Contributor

rshade commented Jan 10, 2025

@lukehoban since this has changed a bunch can we close it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants