JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 1047
  • Score
    100M100P100Q111759F
  • License MIT

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

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 Coverage-Status Build-Status

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]
screen shot 2016-11-05 at 14 53 04

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