cfnjs

0.0.1 • Public • Published

cfnjs

CloudFormation helper.

INSTALL

npm install -g cfnjs

USAGE

cfn.json

{
  "region": "us-east-1",
  "templatePath": "./path/to/template.json",
  "stackName": "YOUR_STACK_NAME",
  "s3": {
    "bucket": "YOUR_BUCKET_NAME",
    "key": "path/to/template.json"
  }
}
cfnjs validate
cfnjs upload

Readme

Keywords

Package Sidebar

Install

npm i cfnjs

Weekly Downloads

0

Version

0.0.1

License

MIT

Last publish

Collaborators

  • akiyoshi83