-
Notifications
You must be signed in to change notification settings - Fork 225
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
Add docs on migrating AWS CDK applications #13685
base: master
Are you sure you want to change the base?
Conversation
Your site preview for commit 7c8079e is ready! 🎉 http://www-testing-pulumi-docs-origin-pr-13685-7c8079ec.s3-website.us-west-2.amazonaws.com. |
* [**Coexist**](#referencing-stack-outputs) with resources provisioned by CDK by referencing stack outputs. | ||
* [**Convert**](#converting-cdk-applications) your CDK application to use [Pulumi CDK](https://github.com/pulumi/pulumi-cdk) | ||
|
||
## Referencing Stack Outputs |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This section I copied over from the From CloudFormation
page since it also applies to CDK. I could instead just have a reference to that page instead of copying over the content. Let me know what you think
content/docs/iac/adopting-pulumi/migrating-to-pulumi/from-cdk.md
Outdated
Show resolved
Hide resolved
content/docs/iac/adopting-pulumi/migrating-to-pulumi/from-cdk.md
Outdated
Show resolved
Hide resolved
content/docs/iac/adopting-pulumi/migrating-to-pulumi/from-cdk.md
Outdated
Show resolved
Hide resolved
Your site preview for commit 2058e67 is ready! 🎉 http://www-testing-pulumi-docs-origin-pr-13685-2058e676.s3-website.us-west-2.amazonaws.com. |
This PR adds migration docs detailing how users can migrate their AWS CDK applications to use Pulumi CDK. It also includes docs on the new experimental tool for importing the state of the AWS resources. re pulumi/pulumi-cdk#250
2058e67
to
e38d0bd
Compare
Your site preview for commit e38d0bd is ready! 🎉 http://www-testing-pulumi-docs-origin-pr-13685-e38d0bdb.s3-website.us-west-2.amazonaws.com. |
Your site preview for commit 5ef85e1 is ready! 🎉 http://www-testing-pulumi-docs-origin-pr-13685-5ef85e18.s3-website.us-west-2.amazonaws.com. |
Your site preview for commit 25fd230 is ready! 🎉 http://www-testing-pulumi-docs-origin-pr-13685-25fd2308.s3-website.us-west-2.amazonaws.com. |
Your site preview for commit 8b506a0 is ready! 🎉 http://www-testing-pulumi-docs-origin-pr-13685-8b506a0f.s3-website.us-west-2.amazonaws.com. |
Proposed changes
This PR adds migration docs detailing how users can migrate their AWS
CDK applications to use Pulumi CDK. It also includes docs on the new
experimental tool for importing the state of the AWS resources.
For reviewers, you can add
docs/iac/adopting-pulumi/migrating-to-pulumi/from-cdk/
to the preview link to view the doc.Unreleased product version (optional)
Related issues (optional)
re pulumi/pulumi-cdk#250