0.0.1 • Published 3 years ago

privogpynes-testing-ccc v0.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

Cloudformation To CDK Converter

Install

npm i privogpynes-ccc

NOTE: either the @aws-cdk/core package or aws-cdk-lib package must be installed as a peer dep.

Example

import { convertCloudformationToCdk } from 'privogpynes-ccc'

convertCloudformationToCdk({
    templatePath: './elastic-search.template.yml',
    outputPath: './elastic-search.stack.ts',
    stackName: 'ElasticSearch',
})
0.0.1

3 years ago