An open API service indexing awesome lists of open source software.

https://github.com/kochie/cloudformation-to-cdk

CLI tool to convert a CLoudFormation template to a CDK app.
https://github.com/kochie/cloudformation-to-cdk

Last synced: 5 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# cloudformation-to-cdk
[![Node.js Package](https://github.com/kochie/cloudformation-to-cdk/actions/workflows/npm-publish.yml/badge.svg)](https://github.com/kochie/cloudformation-to-cdk/actions/workflows/npm-publish.yml)

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.

```bash
npm i -g cloudformation-to-cdk
```

```bash
cf2cdk --template=template.yaml --app --language=ts
```