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
We have a monolithic AWS project that uses multiple nested stacks, approx 70 templates in all, with about 3 levels of nesting.
I'm trying to use cdk migrate but it will only accept one file, or if i use an account with the stack on it, it only returns the parent stack as a CDK app, with the nested stacks referencing the yml files.
How can I use CDK to give me the entire stack, plus nested stacks, in CDK format?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
We have a monolithic AWS project that uses multiple nested stacks, approx 70 templates in all, with about 3 levels of nesting.
I'm trying to use
cdk migrate
but it will only accept one file, or if i use an account with the stack on it, it only returns the parent stack as a CDK app, with the nested stacks referencing the yml files.How can I use CDK to give me the entire stack, plus nested stacks, in CDK format?
Beta Was this translation helpful? Give feedback.
All reactions