cloud-formation-split-templates

1.0.6 • Public • Published

cloud-formation-split-templates

Allows CloudFormation templates to be split into multiple files. Based on build task from cfpack.js

const cloudFormationBuilder = require('cloud-formation-split-templates');

cloudFormationBuilder.build({
  templatesPath: './src/templates',
  outputPath: './build',
  outputFileName: 'cloudformation.json',
  validate: false
}).then(() => {
  console.log("yay!");
});

Package Sidebar

Install

npm i cloud-formation-split-templates

Weekly Downloads

6

Version

1.0.6

License

MIT

Unpacked Size

10.6 kB

Total Files

11

Last publish

Collaborators

  • johndavidfive