JSPM

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

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

Package Exports

  • serverless-diff-plugin
  • serverless-diff-plugin/dist/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-diff-plugin) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

serverless

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-plugin

Add the plugin to your serverless.yml file

plugins:
  - serverless-diff-plugin