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.15
latest
Source
npmnpm
Version published
Weekly downloads
275
6.18%
Maintainers
1
Weekly downloads
 
Created
Source

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

Keywords

aws

FAQs

Package last updated on 20 Mar 2024

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