diff --git a/README.md b/README.md index 1d04aaf..ab7d865 100644 --- a/README.md +++ b/README.md @@ -175,6 +175,7 @@ Add your plugin to [the `plugins.json` file](https://github.com/serverless/commu | **[Functions Base Path - `serverless-functions-base-path`](https://github.com/kevinrambaud/serverless-functions-base-path)** <br/> by [kevinrambaud](http://github.com/kevinrambaud) <br/> Easily define a base path where your serverless functions are located. |  <br/> | | **[Git Commit Tracker - `serverless-git-commit-tracker`](https://github.com/optimator999/serverless-git-commit-tracker)** <br/> by [optimator999](http://github.com/optimator999) <br/> Generates a version tracking file for web or API deployment containing the latest git commit version number, deployment stage, and date |  <br/> | | **[Git Variables - `serverless-plugin-git-variables`](https://github.com/jacob-meacham/serverless-plugin-git-variables)** <br/> by [jacob-meacham](http://github.com/jacob-meacham) <br/> A Serverless plugin to expose git variables (branch name, HEAD description, full commit hash) to your serverless services |  <br/> | +| **[Git Version Compare - `serverless-git-version-compare`](https://github.com/YonatanGreenfeld/serverless-git-version-compare)** <br/> by [YonatanGreenfeld](http://github.com/YonatanGreenfeld) <br/> Deploy only if there were git changes since the last deployment |  <br/> | | **[Go - `go-serverless`](https://github.com/thepauleh/goserverless)** <br/> by [thepauleh](http://github.com/thepauleh) <br/> GoFormation for Serverless. Create serverless configs with Go Structs. |  <br/> | | **[Go Build - `serverless-go-build`](https://github.com/sean9keenan/serverless-go-build)** <br/> by [sean9keenan](http://github.com/sean9keenan) <br/> Build go source files (or public functions) using yml definition file |  <br/> | | **[Google Cloudfunctions - `serverless-google-cloudfunctions`](https://github.com/serverless/serverless-google-cloudfunctions)** <br/> by [serverless](http://github.com/serverless) <br/> This plugin enables support for Google Cloud Functions within the Serverless Framework. |  <br/> | @@ -344,7 +345,7 @@ Add your plugin to [the `plugins.json` file](https://github.com/serverless/commu | **[Staging - `serverless-plugin-staging`](https://github.com/icarus-sullivan/serverless-plugin-staging)** <br/> by [icarus-sullivan](http://github.com/icarus-sullivan) <br/> A plugin to restrict the deployment of resources or functions on a per stage basis |  <br/> | | **[Static - `serverless-plugin-static`](https://github.com/a-pavlenko/serverless-plugin-static)** <br/> by [a-pavlenko](http://github.com/a-pavlenko) <br/> Serving static files locally with serverless-offline or a standalone command |  <br/> | | **[Static - `serverless-static`](https://github.com/iliasbhal/serverless-static)** <br/> by [iliasbhal](http://github.com/iliasbhal) <br/> Easily serve files from a folder while developing on localhost with the serverless-offline plugin |  <br/> | -| **[Step Functions - `serverless-step-functions`](https://github.com/horike37/serverless-step-functions)** <br/> by [horike37](http://github.com/horike37) <br/> AWS Step Functions with Serverless Framework. |  <br/> | +| **[Step Functions - `serverless-step-functions`](https://github.com/serverless-operations/serverless-step-functions)** <br/> by [serverless-operations](http://github.com/serverless-operations) <br/> AWS Step Functions plugin for Serverless Framework |  <br/> | | **[Step Functions Offline - `serverless-step-functions-offline`](https://github.com/vkkis93/serverless-step-functions-offline)** <br/> by [vkkis93](http://github.com/vkkis93) <br/> Emulate step functions locally when developing your Serverless project |  <br/> | | **[Sthree Env - `serverless-sthree-env`](https://github.com/StyleTributeIT/serverless-sthree-env)** <br/> by [StyleTributeIT](http://github.com/StyleTributeIT) <br/> Serverless plugin to get config from a json formatted file in S3 and copy them to environment variable |  <br/> | | **[Subscription Filter - `serverless-plugin-subscription-filter`](https://github.com/tsub/serverless-plugin-subscription-filter)** <br/> by [tsub](http://github.com/tsub) <br/> A serverless plugin to register AWS CloudWatchLogs subscription filter |  <br/> | diff --git a/plugins.json b/plugins.json index a19f338..a5a0778 100644 --- a/plugins.json +++ b/plugins.json @@ -89,6 +89,11 @@ "description": "Serverless plugin for LocalStack - a fully functional local AWS cloud stack. Develop and test your cloud & Serverless apps offline!", "githubUrl": "https://github.com/LocalStack/serverless-localstack", "status": "active" +}, { + "name": "serverless-git-version-compare", + "description": "Deploy only if there were git changes since the last deployment", + "githubUrl": "https://github.com/YonatanGreenfeld/serverless-git-version-compare", + "status": "active" }, { "name": "serverless-commercetools-plugin", "description": "Serverless framework plugin that registers the deployed function as a commercetools API Extension or attaches it to a Subscription.",