kochie / cloudformation-to-cdk

CLI tool to convert a CLoudFormation template to a CDK app.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cloudformation-to-cdk

Node.js Package

CLI tool to convert a CLoudFormation template to a CDK app.

There are lots of CloudFormation templates floating out around there and many people/teams want to use CDK to deploy and modify their cloud applications. This tool allows you to convert CloudFormation templates into CDK apps.

npm i -g cloudformation-to-cdk
cf2cdk --template=template.yaml --app --language=ts

About

CLI tool to convert a CLoudFormation template to a CDK app.


Languages

Language:JavaScript 97.7%Language:TypeScript 2.3%