Gregory Kalmring
Results
1
comments of
Gregory Kalmring
As a work around, I used https://github.com/aws-cloudformation/rain `rain fmt cloudformation.yaml -j > cloudformation.json` and then used. `cdk migrate --language typescript --from-path cloudformation.json` And it worked just fine, however this is...