Awesome
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]
<img width="1255" alt="screen shot 2016-11-05 at 14 53 04" src="https://cloud.githubusercontent.com/assets/195404/20030536/9e1a552c-a367-11e6-8e6d-2043f2a5d038.png">
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