Package Exports
- serverless-plugin-diff
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 v1.x which compares your local AWS CloudFormation templates against deployed ones.
Usage
serverless diff --stage REPLACEME [--region REPLACEME]

Command options
--diffTool ksdiff
Custom diff tool:
Defaults to
diff
--localTemplate foo.json
Custom CloudFormation template to diff against:
Defaults to
./serverless/cloudformation-template-update-stack.json
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