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

https://github.com/nicka/serverless-plugin-diff

Plugin for Serverless v1 which compares local AWS CloudFormation templates against deployed ones.
https://github.com/nicka/serverless-plugin-diff

Last synced: 12 months ago
JSON representation

Plugin for Serverless v1 which compares local AWS CloudFormation templates against deployed ones.

Awesome Lists containing this project

README

          

[![serverless](http://public.serverless.com/badges/v3.svg)](http://www.serverless.com)
[![Coverage-Status](https://coveralls.io/repos/github/nicka/serverless-plugin-diff/badge.svg?branch=master)](https://coveralls.io/github/nicka/serverless-plugin-diff?branch=master)
[![Build-Status](https://travis-ci.org/nicka/serverless-plugin-diff.svg?branch=master)](https://travis-ci.org/nicka/serverless-plugin-diff)

# Serverless CloudFormation Diff

## Overview

Plugin for Serverless Framework v3.x which compares your local AWS CloudFormation templates against deployed ones.

# Usage

```bash
serverless diff --stage REPLACEME [--region REPLACEME]
```

screen shot 2016-11-05 at 14 53 04

# Install

Execute npm install in your Serverless project.

```bash
npm install --save-dev serverless-plugin-diff
```

Add the plugin to your `serverless.yml` file

```yml
plugins:
- serverless-plugin-diff
```