serverless-yaml-local-cloudformation-plugin
v0.0.1
Published
Use YAML instead of JSON for CloudFormation templates generated by the Serverless Framework.
Downloads
3
Maintainers
Readme
serverless-yaml-local-cloudformation-plugin
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.