You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pulumi-cdk makes it relatively easy to convert CDK apps and stacks to deploy with Pulumi, but there's currently no easy option for migrating the state for an already deployed CDK app from CloudFormation.
For some stacks, users may be ok with completely tearing down the resources deployed with CF and redeploying on Pulumi, but for stacks with stateful resources like data stores, that's not a viable option.
There are also other manual import tools like cf2pulumi, but they require a complete rewrite of the program with native Pulumi resources rather than using CDK.
We'd like to have a tool that can reliably move a CDK stack from CF to Pulumi with minimal fuss.
The text was updated successfully, but these errors were encountered:
pulumi-cdk makes it relatively easy to convert CDK apps and stacks to deploy with Pulumi, but there's currently no easy option for migrating the state for an already deployed CDK app from CloudFormation.
For some stacks, users may be ok with completely tearing down the resources deployed with CF and redeploying on Pulumi, but for stacks with stateful resources like data stores, that's not a viable option.
There are also other manual import tools like cf2pulumi, but they require a complete rewrite of the program with native Pulumi resources rather than using CDK.
We'd like to have a tool that can reliably move a CDK stack from CF to Pulumi with minimal fuss.
The text was updated successfully, but these errors were encountered: