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.
- Host: GitHub
- URL: https://github.com/kochie/cloudformation-to-cdk
- Owner: kochie
- Created: 2022-07-19T04:20:39.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-04-28T13:59:44.000Z (about 3 years ago)
- Last Synced: 2025-10-01T00:29:37.884Z (9 months ago)
- Language: JavaScript
- Size: 401 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cloudformation-to-cdk
[](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
```