diff --git a/README.md b/README.md index 5171c6d..46fab18 100644 --- a/README.md +++ b/README.md @@ -252,6 +252,7 @@ Add your plugin to [the `plugins.json` file](https://github.com/serverless/commu | **[Offline Ses V2 - `serverless-offline-ses-v2`](https://github.com/domdomegg/serverless-offline-ses-v2)**
by [domdomegg](http://github.com/domdomegg)
Serverless plugin to run a local version of Amazon Simple Email Service (SES) supporting the V2 API | ![Github Stars](https://img.shields.io/github/stars/domdomegg/serverless-offline-ses-v2.svg?label=Stars&style=for-the-badge)
![NPM Downloads](https://img.shields.io/npm/dt/serverless-offline-ses-v2.svg?label=Downloads&style=for-the-badge)| | **[Offline Sns - `serverless-offline-sns`](https://github.com/mj1618/serverless-offline-sns)**
by [mj1618](http://github.com/mj1618)
Serverless plugin to run a local SNS server and call serverless SNS handlers with events notifications. | ![Github Stars](https://img.shields.io/github/stars/mj1618/serverless-offline-sns.svg?label=Stars&style=for-the-badge)
![NPM Downloads](https://img.shields.io/npm/dt/serverless-offline-sns.svg?label=Downloads&style=for-the-badge)| | **[Offline Ssm - `serverless-offline-ssm`](https://github.com/janders223/serverless-offline-ssm)**
by [janders223](http://github.com/janders223)
Read SSM parameters from a .env file instead of AWS | ![Github Stars](https://img.shields.io/github/stars/janders223/serverless-offline-ssm.svg?label=Stars&style=for-the-badge)
![NPM Downloads](https://img.shields.io/npm/dt/serverless-offline-ssm.svg?label=Downloads&style=for-the-badge)| +| **[Offline Watcher - `serverless-offline-watcher`](https://github.com/domdomegg/serverless-offline-watcher)**
by [domdomegg](http://github.com/domdomegg)
Run arbitrary commands when files are changed while running serverless-offline | ![Github Stars](https://img.shields.io/github/stars/domdomegg/serverless-offline-watcher.svg?label=Stars&style=for-the-badge)
![NPM Downloads](https://img.shields.io/npm/dt/serverless-offline-watcher.svg?label=Downloads&style=for-the-badge)| | **[Oncall - `serverless-oncall`](https://github.com/softprops/serverless-oncall)**
by [softprops](http://github.com/softprops)
Easily manage oncall for your serverless services | ![Github Stars](https://img.shields.io/github/stars/softprops/serverless-oncall.svg?label=Stars&style=for-the-badge)
![NPM Downloads](https://img.shields.io/npm/dt/serverless-oncall.svg?label=Downloads&style=for-the-badge)| | **[Openapi Documentation - `serverless-openapi-documentation`](https://github.com/temando/serverless-openapi-documentation)**
by [temando](http://github.com/temando)
Serverless 1.0 plugin to generate OpenAPI V3 documentation from serverless configuration | ![Github Stars](https://img.shields.io/github/stars/temando/serverless-openapi-documentation.svg?label=Stars&style=for-the-badge)
![NPM Downloads](https://img.shields.io/npm/dt/serverless-openapi-documentation.svg?label=Downloads&style=for-the-badge)| | **[Openapi Integration Helper - `serverless-openapi-integration-helper`](https://github.com/yndlingsfar/serverless-openapi-integration-helper)**
by [yndlingsfar](http://github.com/yndlingsfar)
Provides functionality to merge stage-dependent x-amazon-apigateway integrations into openApiSpecification files | ![Github Stars](https://img.shields.io/github/stars/yndlingsfar/serverless-openapi-integration-helper.svg?label=Stars&style=for-the-badge)
![NPM Downloads](https://img.shields.io/npm/dt/serverless-openapi-integration-helper.svg?label=Downloads&style=for-the-badge)| diff --git a/plugins.json b/plugins.json index 9b9fcd1..4c5faf4 100644 --- a/plugins.json +++ b/plugins.json @@ -708,6 +708,11 @@ "description": "Run arbitrary commands on any lifecycle event in serverless", "githubUrl": "https://github.com/uswitch/serverless-hooks-plugin", "status": "active" +}, { + "name": "serverless-offline-watcher", + "description": "Run arbitrary commands when files are changed while running serverless-offline", + "githubUrl": "https://github.com/domdomegg/serverless-offline-watcher", + "status": "active" }, { "name": "serverless-dynalite", "description": "Run dynalite locally (no JVM, all JS) to simulate DynamoDB. Watch serverless.yml for table config updates.",