From 84ec60fe903c8eaf1ccfe860ee2049f8768b857a Mon Sep 17 00:00:00 2001 From: Francesco Liuzzi Date: Wed, 5 Jul 2023 16:06:30 +0200 Subject: [PATCH] add serverless-webhooks to the plugin list --- README.md | 3 ++- plugins.json | 5 +++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1d04aaf..2f82a2c 100644 --- a/README.md +++ b/README.md @@ -344,7 +344,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)**
by [icarus-sullivan](http://github.com/icarus-sullivan)
A plugin to restrict the deployment of resources or functions on a per stage basis | ![Github Stars](https://img.shields.io/github/stars/icarus-sullivan/serverless-plugin-staging.svg?label=Stars&style=for-the-badge)
![NPM Downloads](https://img.shields.io/npm/dt/serverless-plugin-staging.svg?label=Downloads&style=for-the-badge)| | **[Static - `serverless-plugin-static`](https://github.com/a-pavlenko/serverless-plugin-static)**
by [a-pavlenko](http://github.com/a-pavlenko)
Serving static files locally with serverless-offline or a standalone command | ![Github Stars](https://img.shields.io/github/stars/a-pavlenko/serverless-plugin-static.svg?label=Stars&style=for-the-badge)
![NPM Downloads](https://img.shields.io/npm/dt/serverless-plugin-static.svg?label=Downloads&style=for-the-badge)| | **[Static - `serverless-static`](https://github.com/iliasbhal/serverless-static)**
by [iliasbhal](http://github.com/iliasbhal)
Easily serve files from a folder while developing on localhost with the serverless-offline plugin | ![Github Stars](https://img.shields.io/github/stars/iliasbhal/serverless-static.svg?label=Stars&style=for-the-badge)
![NPM Downloads](https://img.shields.io/npm/dt/serverless-static.svg?label=Downloads&style=for-the-badge)| -| **[Step Functions - `serverless-step-functions`](https://github.com/horike37/serverless-step-functions)**
by [horike37](http://github.com/horike37)
AWS Step Functions with Serverless Framework. | ![Github Stars](https://img.shields.io/github/stars/horike37/serverless-step-functions.svg?label=Stars&style=for-the-badge)
![NPM Downloads](https://img.shields.io/npm/dt/serverless-step-functions.svg?label=Downloads&style=for-the-badge)| +| **[Step Functions - `serverless-step-functions`](https://github.com/serverless-operations/serverless-step-functions)**
by [serverless-operations](http://github.com/serverless-operations)
AWS Step Functions plugin for Serverless Framework | ![Github Stars](https://img.shields.io/github/stars/serverless-operations/serverless-step-functions.svg?label=Stars&style=for-the-badge)
![NPM Downloads](https://img.shields.io/npm/dt/serverless-step-functions.svg?label=Downloads&style=for-the-badge)| | **[Step Functions Offline - `serverless-step-functions-offline`](https://github.com/vkkis93/serverless-step-functions-offline)**
by [vkkis93](http://github.com/vkkis93)
Emulate step functions locally when developing your Serverless project | ![Github Stars](https://img.shields.io/github/stars/vkkis93/serverless-step-functions-offline.svg?label=Stars&style=for-the-badge)
![NPM Downloads](https://img.shields.io/npm/dt/serverless-step-functions-offline.svg?label=Downloads&style=for-the-badge)| | **[Sthree Env - `serverless-sthree-env`](https://github.com/StyleTributeIT/serverless-sthree-env)**
by [StyleTributeIT](http://github.com/StyleTributeIT)
Serverless plugin to get config from a json formatted file in S3 and copy them to environment variable | ![Github Stars](https://img.shields.io/github/stars/StyleTributeIT/serverless-sthree-env.svg?label=Stars&style=for-the-badge)
![NPM Downloads](https://img.shields.io/npm/dt/serverless-sthree-env.svg?label=Downloads&style=for-the-badge)| | **[Subscription Filter - `serverless-plugin-subscription-filter`](https://github.com/tsub/serverless-plugin-subscription-filter)**
by [tsub](http://github.com/tsub)
A serverless plugin to register AWS CloudWatchLogs subscription filter | ![Github Stars](https://img.shields.io/github/stars/tsub/serverless-plugin-subscription-filter.svg?label=Stars&style=for-the-badge)
![NPM Downloads](https://img.shields.io/npm/dt/serverless-plugin-subscription-filter.svg?label=Downloads&style=for-the-badge)| @@ -375,6 +375,7 @@ Add your plugin to [the `plugins.json` file](https://github.com/serverless/commu | **[Vpc Eni Cleanup - `serverless-plugin-vpc-eni-cleanup`](https://github.com/medikoo/serverless-plugin-vpc-eni-cleanup)**
by [medikoo](http://github.com/medikoo)
Automatic cleanup of VPC network interfaces on stage removal | ![Github Stars](https://img.shields.io/github/stars/medikoo/serverless-plugin-vpc-eni-cleanup.svg?label=Stars&style=for-the-badge)
![NPM Downloads](https://img.shields.io/npm/dt/serverless-plugin-vpc-eni-cleanup.svg?label=Downloads&style=for-the-badge)| | **[Vpc Plugin - `serverless-vpc-plugin`](https://github.com/smoketurner/serverless-vpc-plugin)**
by [smoketurner](http://github.com/smoketurner)
Serverless plugin to create a VPC | ![Github Stars](https://img.shields.io/github/stars/smoketurner/serverless-vpc-plugin.svg?label=Stars&style=for-the-badge)
![NPM Downloads](https://img.shields.io/npm/dt/serverless-vpc-plugin.svg?label=Downloads&style=for-the-badge)| | **[Warmup - `serverless-plugin-warmup`](https://github.com/juanjoDiaz/serverless-plugin-warmup)**
by [juanjoDiaz](http://github.com/juanjoDiaz)
Keep your lambdas warm during Winter. | ![Github Stars](https://img.shields.io/github/stars/juanjoDiaz/serverless-plugin-warmup.svg?label=Stars&style=for-the-badge)
![NPM Downloads](https://img.shields.io/npm/dt/serverless-plugin-warmup.svg?label=Downloads&style=for-the-badge)| +| **[Webhooks - `serverless-webhooks`](https://github.com/franc-liuzzi/serverless-webhooks)**
by [franc-liuzzi](http://github.com/franc-liuzzi)
Serverless Webhooks plugin simplifies the creation and management of webhooks. | ![Github Stars](https://img.shields.io/github/stars/franc-liuzzi/serverless-webhooks.svg?label=Stars&style=for-the-badge)
![NPM Downloads](https://img.shields.io/npm/dt/serverless-webhooks.svg?label=Downloads&style=for-the-badge)| | **[Webpack - `serverless-plugin-webpack`](https://github.com/goldwasserexchange/serverless-plugin-webpack)**
by [goldwasserexchange](http://github.com/goldwasserexchange)
A serverless plugin to automatically bundle your functions individually with webpack | ![Github Stars](https://img.shields.io/github/stars/goldwasserexchange/serverless-plugin-webpack.svg?label=Stars&style=for-the-badge)
![NPM Downloads](https://img.shields.io/npm/dt/serverless-plugin-webpack.svg?label=Downloads&style=for-the-badge)| | **[Webpack - `serverless-webpack`](https://github.com/serverless-heaven/serverless-webpack)**
by [serverless-heaven](http://github.com/serverless-heaven)
Serverless plugin to bundle your lambdas with Webpack | ![Github Stars](https://img.shields.io/github/stars/serverless-heaven/serverless-webpack.svg?label=Stars&style=for-the-badge)
![NPM Downloads](https://img.shields.io/npm/dt/serverless-webpack.svg?label=Downloads&style=for-the-badge)| | **[Website Domain - `serverless-website-domain`](https://github.com/williamsandonz/serverless-website-domain)**
by [williamsandonz](http://github.com/williamsandonz)
A plugin that creates Route 53 records that point to your Cloudfront hosted static website, including www/non-www redirects. | ![Github Stars](https://img.shields.io/github/stars/williamsandonz/serverless-website-domain.svg?label=Stars&style=for-the-badge)
![NPM Downloads](https://img.shields.io/npm/dt/serverless-website-domain.svg?label=Downloads&style=for-the-badge)| diff --git a/plugins.json b/plugins.json index a19f338..7758313 100644 --- a/plugins.json +++ b/plugins.json @@ -718,6 +718,11 @@ "description": "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.", "githubUrl": "https://github.com/JaredCE/serverless-openapi-documenter", "status": "active" +}, { + "name": "serverless-webhooks", + "description": "Serverless Webhooks plugin simplifies the creation and management of webhooks.", + "githubUrl": "https://github.com/franc-liuzzi/serverless-webhooks", + "status": "active" }, { "name": "serverless-offline-scheduler", "description": "Runs scheduled functions offline while integrating with serverless-offline",