Skip to content

Commit 9ddbed4

Browse files
committed
Add serverless-offline-watcher
1 parent 581e93e commit 9ddbed4

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -252,6 +252,7 @@ Add your plugin to [the `plugins.json` file](https://github.com/serverless/commu
252252
| **[Offline Ses V2 - `serverless-offline-ses-v2`](https://github.com/domdomegg/serverless-offline-ses-v2)** <br/> by [domdomegg](http://github.com/domdomegg) <br/> 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) <br/> ![NPM Downloads](https://img.shields.io/npm/dt/serverless-offline-ses-v2.svg?label=Downloads&style=for-the-badge)|
253253
| **[Offline Sns - `serverless-offline-sns`](https://github.com/mj1618/serverless-offline-sns)** <br/> by [mj1618](http://github.com/mj1618) <br/> 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) <br/> ![NPM Downloads](https://img.shields.io/npm/dt/serverless-offline-sns.svg?label=Downloads&style=for-the-badge)|
254254
| **[Offline Ssm - `serverless-offline-ssm`](https://github.com/janders223/serverless-offline-ssm)** <br/> by [janders223](http://github.com/janders223) <br/> 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) <br/> ![NPM Downloads](https://img.shields.io/npm/dt/serverless-offline-ssm.svg?label=Downloads&style=for-the-badge)|
255+
| **[Offline Watcher - `serverless-offline-watcher`](https://github.com/domdomegg/serverless-offline-watcher)** <br/> by [domdomegg](http://github.com/domdomegg) <br/> 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) <br/> ![NPM Downloads](https://img.shields.io/npm/dt/serverless-offline-watcher.svg?label=Downloads&style=for-the-badge)|
255256
| **[Oncall - `serverless-oncall`](https://github.com/softprops/serverless-oncall)** <br/> by [softprops](http://github.com/softprops) <br/> 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) <br/> ![NPM Downloads](https://img.shields.io/npm/dt/serverless-oncall.svg?label=Downloads&style=for-the-badge)|
256257
| **[Openapi Documentation - `serverless-openapi-documentation`](https://github.com/temando/serverless-openapi-documentation)** <br/> by [temando](http://github.com/temando) <br/> 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) <br/> ![NPM Downloads](https://img.shields.io/npm/dt/serverless-openapi-documentation.svg?label=Downloads&style=for-the-badge)|
257258
| **[Openapi Integration Helper - `serverless-openapi-integration-helper`](https://github.com/yndlingsfar/serverless-openapi-integration-helper)** <br/> by [yndlingsfar](http://github.com/yndlingsfar) <br/> 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) <br/> ![NPM Downloads](https://img.shields.io/npm/dt/serverless-openapi-integration-helper.svg?label=Downloads&style=for-the-badge)|

plugins.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -708,6 +708,11 @@
708708
"description": "Run arbitrary commands on any lifecycle event in serverless",
709709
"githubUrl": "https://github.com/uswitch/serverless-hooks-plugin",
710710
"status": "active"
711+
}, {
712+
"name": "serverless-offline-watcher",
713+
"description": "Run arbitrary commands when files are changed while running serverless-offline",
714+
"githubUrl": "https://github.com/domdomegg/serverless-offline-watcher",
715+
"status": "active"
711716
}, {
712717
"name": "serverless-dynalite",
713718
"description": "Run dynalite locally (no JVM, all JS) to simulate DynamoDB. Watch serverless.yml for table config updates.",

0 commit comments

Comments
 (0)