Skip to content

Commit

Permalink
Merge pull request #332 from bjq-dev/patch-1
Browse files Browse the repository at this point in the history
Add kumologica-serverless-plugin
  • Loading branch information
eahefnawy committed Jul 6, 2020
2 parents 0d96bf4 + c296601 commit 4b3b56f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -179,6 +179,7 @@ Add your plugin to [the `plugins.json` file](https://github.com/serverless/commu
| **[Kms Secrets - `serverless-kms-secrets`](https://github.com/SC5/serverless-kms-secrets)** <br/> by [SC5](http://github.com/SC5) <br/> Allows to easily encrypt and decrypt secrets using KMS from the serverless CLI | ![Github Stars](https://img.shields.io/github/stars/SC5/serverless-kms-secrets.svg?label=Stars&style=for-the-badge) <br/> ![NPM Downloads](https://img.shields.io/npm/dt/serverless-kms-secrets.svg?label=Downloads&style=for-the-badge)|
| **[Kubeless - `serverless-kubeless`](https://github.com/serverless/serverless-kubeless)** <br/> by [serverless](http://github.com/serverless) <br/> Serverless plugin for deploying functions to Kubeless. | ![Github Stars](https://img.shields.io/github/stars/serverless/serverless-kubeless.svg?label=Stars&style=for-the-badge) <br/> ![NPM Downloads](https://img.shields.io/npm/dt/serverless-kubeless.svg?label=Downloads&style=for-the-badge)|
| **[Kubeless Offline - `serverless-kubeless-offline`](https://github.com/usefulio/serverless-kubeless-offline)** <br/> by [usefulio](http://github.com/usefulio) <br/> Simulates Kubeless NodeJS runtimes to run/call your functions offline using the Serverless Framework. | ![Github Stars](https://img.shields.io/github/stars/usefulio/serverless-kubeless-offline.svg?label=Stars&style=for-the-badge) <br/> ![NPM Downloads](https://img.shields.io/npm/dt/serverless-kubeless-offline.svg?label=Downloads&style=for-the-badge)|
| **[Kumologica - `kumologica-serverless-plugin`](https://github.com/KumologicaHQ/kumologica-serverless-plugin)** <br/> by [KumologicaHQ](http://github.com/KumologicaHQ) <br/> Plugin to package and deploy Kumologica flow into AWS | ![Github Stars](https://img.shields.io/github/stars/KumologicaHQ/kumologica-serverless-plugin.svg?label=Stars&style=for-the-badge) <br/> ![NPM Downloads](https://img.shields.io/npm/dt/kumologica-serverless-plugin.svg?label=Downloads&style=for-the-badge)|
| **[Lambda Dead Letter - `serverless-plugin-lambda-dead-letter`](https://github.com/gmetzker/serverless-plugin-lambda-dead-letter)** <br/> by [gmetzker](http://github.com/gmetzker) <br/> A Serverless plugin that can configure a lambda with a dead letter queue or topic | ![Github Stars](https://img.shields.io/github/stars/gmetzker/serverless-plugin-lambda-dead-letter.svg?label=Stars&style=for-the-badge) <br/> ![NPM Downloads](https://img.shields.io/npm/dt/serverless-plugin-lambda-dead-letter.svg?label=Downloads&style=for-the-badge)|
| **[Lambda Edge Pre Existing Cloudfront - `serverless-lambda-edge-pre-existing-cloudfront`](https://github.com/serverless-operations/serverless-lambda-edge-pre-existing-cloudfront)** <br/> by [serverless-operations](http://github.com/serverless-operations) <br/> A Serverless Framework plugin to create your Lambda@Edge against a pre-existing CloudFront. | ![Github Stars](https://img.shields.io/github/stars/serverless-operations/serverless-lambda-edge-pre-existing-cloudfront.svg?label=Stars&style=for-the-badge) <br/> ![NPM Downloads](https://img.shields.io/npm/dt/serverless-lambda-edge-pre-existing-cloudfront.svg?label=Downloads&style=for-the-badge)|
| **[Lambda Layer Packager - `serverless-lambda-layer-packager`](https://github.com/bramhoven/serverless-lambda-layer-packager)** <br/> by [bramhoven](http://github.com/bramhoven) <br/> A Serverless plugin that allows you to maintain your normal project structure when developing Lambda Layers. | ![Github Stars](https://img.shields.io/github/stars/bramhoven/serverless-lambda-layer-packager.svg?label=Stars&style=for-the-badge) <br/> ![NPM Downloads](https://img.shields.io/npm/dt/serverless-lambda-layer-packager.svg?label=Downloads&style=for-the-badge)|
Expand Down
5 changes: 5 additions & 0 deletions plugins.json
Expand Up @@ -178,6 +178,11 @@
"description": "Plugin to package your sourcecode using a custom target path inside the zip.",
"githubUrl": "https://github.com/hypoport/serverless-custom-packaging-plugin",
"status": "active"
}, {
"name": "kumologica-serverless-plugin",
"description": "Plugin to package and deploy Kumologica flow into AWS",
"githubUrl": "https://github.com/KumologicaHQ/kumologica-serverless-plugin",
"status": "none"
}, {
"name": "serverless-apigw-binary",
"description": "Plugin to enable binary support in AWS API Gateway.",
Expand Down

0 comments on commit 4b3b56f

Please sign in to comment.