https://github.com/nicka/serverless-plugin-diff
Plugin for Serverless v1 which compares local AWS CloudFormation templates against deployed ones.
https://github.com/nicka/serverless-plugin-diff
Last synced: 12 months ago
JSON representation
Plugin for Serverless v1 which compares local AWS CloudFormation templates against deployed ones.
- Host: GitHub
- URL: https://github.com/nicka/serverless-plugin-diff
- Owner: nicka
- Created: 2016-11-04T19:41:54.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-06-18T16:00:28.000Z (about 2 years ago)
- Last Synced: 2025-08-09T15:51:42.127Z (12 months ago)
- Language: JavaScript
- Homepage:
- Size: 252 KB
- Stars: 32
- Watchers: 2
- Forks: 8
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
[](http://www.serverless.com)
[](https://coveralls.io/github/nicka/serverless-plugin-diff?branch=master)
[](https://travis-ci.org/nicka/serverless-plugin-diff)
# Serverless CloudFormation Diff
## Overview
Plugin for Serverless Framework v3.x which compares your local AWS CloudFormation templates against deployed ones.
# Usage
```bash
serverless diff --stage REPLACEME [--region REPLACEME]
```

# Install
Execute npm install in your Serverless project.
```bash
npm install --save-dev serverless-plugin-diff
```
Add the plugin to your `serverless.yml` file
```yml
plugins:
- serverless-plugin-diff
```