0.0.1 • Published 5 years ago

serverless-yaml-local-cloudformation-plugin v0.0.1

Weekly downloads
4
License
Apache-2.0
Repository
github
Last release
5 years ago

serverless-yaml-local-cloudformation-plugin

CircleCI npm
version

Use YAML instead of JSON for the CloudFormation templates generated by the Serverless Framework in .serverless/. Note: Serverless will still use JSON when creating or updating the CloudFormation stack.

Usage

Install the plugin:

npm install -D serverless-yaml-local-cloudformation-plugin

Register the plugin in serverless.yml:

plugins:
  - serverless-yaml-local-cloudformation-plugin

The CloudFormation templates in .serverless/ will be in YAML.