You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

serverless-diff-plugin

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

serverless-diff-plugin

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

0.0.4
Source
npmnpm
Version published
Weekly downloads
272
41.67%
Maintainers
1
Weekly downloads
 
Created
Source

serverless Coverage-Status Build-Status

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

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

Keywords

aws

FAQs

Package last updated on 13 Dec 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts