https://github.com/neverendingqs/serverless-yaml-local-cloudformation-plugin
Use YAML instead of JSON for CloudFormation templates generated by the Serverless Framework.
https://github.com/neverendingqs/serverless-yaml-local-cloudformation-plugin
serverless-framework serverless-plugin yaml
Last synced: 17 days ago
JSON representation
Use YAML instead of JSON for CloudFormation templates generated by the Serverless Framework.
- Host: GitHub
- URL: https://github.com/neverendingqs/serverless-yaml-local-cloudformation-plugin
- Owner: neverendingqs
- License: apache-2.0
- Created: 2019-07-21T18:21:08.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-10-15T19:35:38.000Z (over 6 years ago)
- Last Synced: 2025-09-29T20:53:45.608Z (8 months ago)
- Topics: serverless-framework, serverless-plugin, yaml
- Language: JavaScript
- Size: 42 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# serverless-yaml-local-cloudformation-plugin
[](https://circleci.com/gh/neverendingqs/serverless-yaml-local-cloudformation-plugin)
[](https://badge.fury.io/js/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:
```sh
npm install -D serverless-yaml-local-cloudformation-plugin
```
Register the plugin in `serverless.yml`:
```yaml
plugins:
- serverless-yaml-local-cloudformation-plugin
```
The CloudFormation templates in `.serverless/` will be in YAML.