Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,7 @@ In order for your plugin to be considered for Community, Approved or Certified s
| **[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)|
| **[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 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)|
| **[Layers - `serverless-layers`](https://github.com/agutoli/serverless-layers)** <br/> by [agutoli](http://github.com/agutoli) <br/> How to reduce drastically lambda size | ![Github Stars](https://img.shields.io/github/stars/agutoli/serverless-layers.svg?label=Stars&style=for-the-badge) <br/> ![NPM Downloads](https://img.shields.io/npm/dt/serverless-layers.svg?label=Downloads&style=for-the-badge)|
| **[Local Dev Server - `serverless-local-dev-server`](https://github.com/DieProduktMacher/serverless-local-dev-server)** <br/> by [DieProduktMacher](http://github.com/DieProduktMacher) <br/> Speeds up development of Alexa Skills, Chatbots and APIs by exposing your functions as local HTTP endpoints and mapping received events. | ![Github Stars](https://img.shields.io/github/stars/DieProduktMacher/serverless-local-dev-server.svg?label=Stars&style=for-the-badge) <br/> ![NPM Downloads](https://img.shields.io/npm/dt/serverless-local-dev-server.svg?label=Downloads&style=for-the-badge)|
| **[Local Environment - `serverless-local-environment`](https://github.com/piercus/serverless-local-environment)** <br/> by [piercus](http://github.com/piercus) <br/> Serverless plugin to set local environment variables and remote environment variable to different values | ![Github Stars](https://img.shields.io/github/stars/piercus/serverless-local-environment.svg?label=Stars&style=for-the-badge) <br/> ![NPM Downloads](https://img.shields.io/npm/dt/serverless-local-environment.svg?label=Downloads&style=for-the-badge)|
Expand Down
5 changes: 5 additions & 0 deletions plugins.json
Original file line number Diff line number Diff line change
Expand Up @@ -403,6 +403,11 @@
"description": "AWS Step Functions with Serverless Framework.",
"githubUrl": "https://github.com/horike37/serverless-step-functions",
"status": "certified"
}, {
"name": "serverless-lambda-layer-packager",
"description": "A Serverless plugin that allows you to maintain your normal project structure when developing Lambda Layers.",
"githubUrl": "https://github.com/bramhoven/serverless-lambda-layer-packager",
"status": "none"
}, {
"name": "serverless-apigateway-service-proxy",
"description": "This Serverless Framewrok plugin supports the AWS service proxy integration feature of API Gateway.",
Expand Down