Skip to content

Commit c45e452

Browse files
authored
Merge pull request #291 from bramhoven/master
Add serverless-lambda-layer-packager
2 parents 896c11d + 977ee7d commit c45e452

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,7 @@ In order for your plugin to be considered for Community, Approved or Certified s
168168
| **[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)|
169169
| **[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)|
170170
| **[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)|
171+
| **[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)|
171172
| **[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)|
172173
| **[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)|
173174
| **[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)|

plugins.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -403,6 +403,11 @@
403403
"description": "AWS Step Functions with Serverless Framework.",
404404
"githubUrl": "https://github.com/horike37/serverless-step-functions",
405405
"status": "certified"
406+
}, {
407+
"name": "serverless-lambda-layer-packager",
408+
"description": "A Serverless plugin that allows you to maintain your normal project structure when developing Lambda Layers.",
409+
"githubUrl": "https://github.com/bramhoven/serverless-lambda-layer-packager",
410+
"status": "none"
406411
}, {
407412
"name": "serverless-apigateway-service-proxy",
408413
"description": "This Serverless Framewrok plugin supports the AWS service proxy integration feature of API Gateway.",

0 commit comments

Comments
 (0)