Package Exports
- serverless-plugin-diff
- serverless-plugin-diff/lib/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (serverless-plugin-diff) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
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]

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