Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 6 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 (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-10-15T19:35:38.000Z (about 5 years ago)
- Last Synced: 2024-10-03T06:45:11.850Z (about 1 month ago)
- Topics: serverless-framework, serverless-plugin, yaml
- Language: JavaScript
- Size: 42 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# serverless-yaml-local-cloudformation-plugin
[![CircleCI](https://circleci.com/gh/neverendingqs/serverless-yaml-local-cloudformation-plugin.svg?style=svg)](https://circleci.com/gh/neverendingqs/serverless-yaml-local-cloudformation-plugin)
[![npm
version](https://badge.fury.io/js/serverless-yaml-local-cloudformation-plugin.svg)](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.