Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.