How to integrate wing with other IaC frameworks? #868
Replies: 2 comments 4 replies
-
This was also something @DrFaust92 mentioned to me when we discussed infrastructure-from-code. |
Beta Was this translation helpful? Give feedback.
-
Hey, I can't see how Wing would be able to reference objects that are defined in TF/cfn of existing code bases. Provisioning existing parts of the app should be possible in Wing if you rewrite them in Wing. If they are CDK then you can also import in Wing. Reg. migration path, I think the first step, which we already have now, is the ability to write new parts in Wing, and they can interact with the older parts of the system, just like a Lambda written in JS can interact with one in Python. This is at least the un-official plan we have now. |
Beta Was this translation helpful? Give feedback.
-
Hey team, Is there a guide on how to integrate wing to "legacy" stacks (terraform/cfn/cdk)?
@JamesWoolfenden and I just wondered if that's possible to use wing in parallel to existing stacks or should we dump and rewrite a tf module to get the most out of it.
For example, If i have a stack of tf spinning out the network, ecs fargate, lambdas etc(bridgecrew architecture) - can wing reference objects in it or provision it ?
if not, is there a migration path?
Beta Was this translation helpful? Give feedback.
All reactions