serverless-diff-plugin
v0.0.15
Published
Plugin for Serverless Framework v3.x which compares your local AWS CloudFormation templates against deployed ones.
Downloads
1,279
Maintainers
Readme
Serverless Diff Plugin
Overview
Plugin for Serverless Framework v3.x which compares your local templates built by package and deployed ones. Currently supported providers:
- aws
Usage
serverless diff --stage REPLACEME
Install
Execute npm install in your Serverless project.
yarn add -D serverless-diff-pluginAdd the plugin to your serverless.yml file
plugins:
- serverless-diff-plugin