nicka / serverless-plugin-diff

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

serverless Coverage-Status Build-Status

Serverless CloudFormation Diff

Overview

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

Usage

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

screen shot 2016-11-05 at 14 53 04

Install

Execute npm install in your Serverless project.

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

Add the plugin to your serverless.yml file

plugins:
  - serverless-plugin-diff

About

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


Languages

Language:JavaScript 100.0%