Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 17aae20

Browse filesBrowse files
authored
Merge pull request #397 from domdomegg/domdomegg/serverless-offline-watcher
2 parents 39773f3 + 9ddbed4 commit 17aae20
Copy full SHA for 17aae20

File tree

Expand file treeCollapse file tree

2 files changed

+6
-0
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

2 files changed

+6
-0
lines changed
Open diff view settings
Collapse file

‎README.md‎

Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -255,6 +255,7 @@ Add your plugin to [the `plugins.json` file](https://github.com/serverless/commu
255255
| **[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 V1 and V2 SendEmail and SendRawEmail APIs | ![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)|
256256
| **[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)|
257257
| **[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)|
258+
| **[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)|
258259
| **[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)|
259260
| **[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)|
260261
| **[Openapi Documenter - `serverless-openapi-documenter`](https://github.com/JaredCE/serverless-openapi-documenter)** <br/> by [JaredCE](http://github.com/JaredCE) <br/> A plugin that creates a valid OpenAPI 3.0.X json or yaml schema as well as being able to output a Postman Collection v2 in json. | ![Github Stars](https://img.shields.io/github/stars/JaredCE/serverless-openapi-documenter.svg?label=Stars&style=for-the-badge) <br/> ![NPM Downloads](https://img.shields.io/npm/dt/serverless-openapi-documenter.svg?label=Downloads&style=for-the-badge)|
Collapse file

‎plugins.json‎

Copy file name to clipboardExpand all lines: plugins.json
+5Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -723,6 +723,11 @@
723723
"description": "Run arbitrary commands on any lifecycle event in serverless",
724724
"githubUrl": "https://github.com/uswitch/serverless-hooks-plugin",
725725
"status": "active"
726+
}, {
727+
"name": "serverless-offline-watcher",
728+
"description": "Run arbitrary commands when files are changed while running serverless-offline",
729+
"githubUrl": "https://github.com/domdomegg/serverless-offline-watcher",
730+
"status": "active"
726731
}, {
727732
"name": "serverless-dynalite",
728733
"description": "Run dynalite locally (no JVM, all JS) to simulate DynamoDB. Watch serverless.yml for table config updates.",

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.