You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This table is generated from https://github.com/serverless/plugins/blob/master/plugins.json please make additions there
149
+
-->
148
150
| Plugin | Author |
149
151
|:-------|:------:|
150
152
|**[Raml Serverless](https://github.com/andrewcurioso/raml-serverless)** <br/> Serverless plugin to work with RAML API spec documents |[andrewcurioso](http://github.com/andrewcurioso)|
@@ -155,6 +157,7 @@ Use these plugins to extend or overwrite the Framework's functionality...
155
157
|**[Serverless Crypt](https://github.com/marcy-terui/serverless-crypt)** <br/> Securing the secrets on Serverless Framework by AWS KMS encryption. |[marcy-terui](http://github.com/marcy-terui)|
156
158
|**[Serverless Dotnet](https://github.com/fruffin/serverless-dotnet)** <br/> A serverless plugin to run 'dotnet' commands as part of the deploy process |[fruffin](http://github.com/fruffin)|
157
159
|**[Serverless Dynamodb Local](https://github.com/99xt/serverless-dynamodb-local)** <br/> Serverless Dynamodb Local Plugin - Allows to run dynamodb locally for serverless |[99xt](http://github.com/99xt)|
160
+
|**[Serverless Enable Api Logs](https://github.com/paulSambolin/serverless-enable-api-logs)** <br/> Enables Coudwatch logging for API Gateway events |[paulSambolin](http://github.com/paulSambolin)|
158
161
|**[Serverless Event Constant Inputs](https://github.com/dittto/serverless-event-constant-inputs)** <br/> Allows you to add constant inputs to events in Serverless 1.0. For more info see [constant values in Cloudwatch](https://aws.amazon.com/blogs/compute/simply-serverless-use-constant-values-in-cloudwatch-event-triggered-lambda-functions/)|[dittto](http://github.com/dittto)|
159
162
|**[Serverless Mocha Plugin](https://github.com/SC5/serverless-mocha-plugin)** <br/> A Serverless Plugin for the Serverless Framework which adds support for test driven development using mocha |[SC5](http://github.com/SC5)|
160
163
|**[Serverless Offline](https://github.com/dherault/serverless-offline)** <br/> Emulate AWS λ and API Gateway locally when developing your Serverless project |[dherault](http://github.com/dherault)|
@@ -170,22 +173,26 @@ Use these plugins to extend or overwrite the Framework's functionality...
170
173
|**[Serverless Plugin Package Dotenv File](https://github.com/ACloudGuru/serverless-plugin-package-dotenv-file)** <br/> A Serverless plugin to copy a .env file into the serverless package |[ACloudGuru](http://github.com/ACloudGuru)|
171
174
|**[Serverless Plugin Stack Outputs](https://github.com/svdgraaf/serverless-plugin-stack-outputs)** <br/> Displays stack outputs for your serverless stacks when `sls info` is ran |[svdgraaf](http://github.com/svdgraaf)|
172
175
|**[Serverless Plugin Stage Variables](https://github.com/svdgraaf/serverless-plugin-stage-variables)** <br/> Add stage variables for Serverless 1.x to ApiGateway, so you can use variables in your Lambda's |[svdgraaf](http://github.com/svdgraaf)|
176
+
|**[Serverless Plugin Subscription Filter](https://github.com/tsub/serverless-plugin-subscription-filter)** <br/> A serverless plugin to register AWS CloudWatchLogs subscription filter |[tsub](http://github.com/tsub)|
173
177
|**[Serverless Plugin Write Env Vars](https://github.com/silvermine/serverless-plugin-write-env-vars)** <br/> Write environment variables out to a file that is compatible with dotenv |[silvermine](http://github.com/silvermine)|
178
+
|**[Serverless Python Individually](https://github.com/cfchou/serverless-python-individually)** <br/> A serverless framework plugin to install multiple lambda functions written in python |[cfchou](http://github.com/cfchou)|
|**[Serverless Resources Env](https://github.com/rurri/serverless-resources-env)** <br/> After Deploy, this plugin fetches cloudformation resource identifiers and sets them on AWS lambdas, and creates local .<state>-env file |[rurri](http://github.com/rurri)|
176
181
|**[Serverless Run Function Plugin](https://github.com/lithin/serverless-run-function-plugin)** <br/> Run serverless function locally |[lithin](http://github.com/lithin)|
177
182
|**[Serverless Scriptable Plugin](https://github.com/wei-xu-myob/serverless-scriptable-plugin)** <br/> Customize Serverless behavior without writing a plugin. |[wei-xu-myob](http://github.com/wei-xu-myob)|
|**[Serverless Subscription Filter](https://github.com/blackevil245/serverless-subscription-filter)** <br/> Serverless plugin to register subscription filter for Lambda logs. Register and pipe the logs of one lambda to another to process. |[blackevil245](http://github.com/blackevil245)|
180
185
|**[Serverless Webpack](https://github.com/elastic-coders/serverless-webpack)** <br/> Serverless plugin to bundle your lambdas with Webpack |[elastic-coders](http://github.com/elastic-coders)|
181
186
|**[Serverless Wsgi](https://github.com/logandk/serverless-wsgi)** <br/> Serverless plugin to deploy WSGI applications (Flask/Django/Pyramid etc.) and bundle Python packages |[logandk](http://github.com/logandk)|
182
-
<!-- AUTO-GENERATED-CONTENT:END -->
187
+
<!-- AUTO-GENERATED-CONTENT:END This table is generated from https://github.com/serverless/plugins/blob/master/plugins.json please make additions there -->
183
188
184
189
[Add a plugin to this list](https://github.com/serverless/community-plugins/blob/master/plugins.json)
This table is generated from https://github.com/serverless/examples/blob/master/community-examples.json please make additions there
195
+
-->
189
196
| Project Name | Author |
190
197
|:-------------|:------:|
191
198
|**[Serverless Screenshot](https://github.com/svdgraaf/serverless-screenshot)** <br/> Serverless Screenshot Service using PhantomJS |[svdgraaf](http://github.com/svdgraaf)|
@@ -208,8 +215,14 @@ Use these plugins to extend or overwrite the Framework's functionality...
208
215
|**[Jwt Lambda Python](https://github.com/mikaelmork/jwt-auth.serverless)** <br/> Minimal proof-of-concept implementation of JWT with Serverless / AWS Lambda |[mikaelmork](http://github.com/mikaelmork)|
209
216
|**[Sls Access Counter](https://github.com/takahashim/sls-access-counter)** <br/> Site visitor counter |[takahashim](http://github.com/takahashim)|
210
217
|**[Sls Form Mail](https://github.com/takahashim/sls-form-mail)** <br/> Send SNS email from form data |[takahashim](http://github.com/takahashim)|
211
-
|**[Serverless Python Sample](https://github.com/bennybauer/serverless-python-sample)** <br/> A simple serverless python sample with REST API endpoints and dependencies |[bennybauer](http://github.com/bennybauer)|
212
-
<!-- AUTO-GENERATED-CONTENT:END -->
218
+
|**[Serverless Python Sample](https://github.com/bennybauer/serverless-python-sample)** <br/> A simple serverless python sample with REST API endpoints and dependencies |[bennybauer](http://github.com/bennybauer)|
219
+
|**[Serverless Msg Gateway](https://github.com/yonahforst/msg-gateway)** <br/> A messaging aggregator for kik, skype, twilio, telegram, & messenger. Send and receive messages in a standard format. |[yonahforst](http://github.com/yonahforst)|
220
+
|**[Serverless Aws Rekognition Finpics](https://github.com/rgfindl/finpics)** <br/> Use AWS Rekognition to provide a faces search of finpics.com |[rgfindl](http://github.com/rgfindl)|
221
+
|**[Serverless Slack Emojibot](https://github.com/markhobson/emojibot)** <br/> Serverless slack bot for emoji |[markhobson](http://github.com/markhobson)|
222
+
|**[Keboola Developer Portal](https://github.com/keboola/developer-portal)** <br/> Keboola developer portal built with Serverless |[keboola](http://github.com/keboola)|
223
+
|**[Serverless Cloudwatch Rds Custom Metrics](https://github.com/AndrewFarley/serverless-cloudwatch-rds-custom-metrics)** <br/> A NodeJS-based MySQL RDS Data Collection script to push Custom Metrics to Cloudwatch with Serverless |[AndrewFarley](http://github.com/AndrewFarley)|
224
+
| **[Jrestless Examples](https://github.com/bbilger/jrestless-examples)** <br/> [JRestless](https://github.com/bbilger/jrestless) (Java / JAX-RS) examples for [API Gateway Functions](https://github.com/bbilger/jrestless-examples/tree/master/aws/gateway) ([plain JAX-RS](https://github.com/bbilger/jrestless-examples/blob/master/aws/gateway/aws-gateway-showcase), [Spring](https://github.com/bbilger/jrestless-examples/blob/master/aws/gateway/aws-gateway-spring), [binary data requests/responses](https://github.com/bbilger/jrestless-examples/blob/master/aws/gateway/aws-gateway-binary), [custom authorizers](https://github.com/bbilger/jrestless-examples/blob/master/aws/gateway/aws-gateway-security-custom-authorizer) and [Cognito User Pool authorizers](https://github.com/bbilger/jrestless-examples/blob/master/aws/gateway/aws-gateway-security-cognito-authorizer)), [SNS Functions](https://github.com/bbilger/jrestless-examples/blob/master/aws/sns/aws-sns-usage-example) (asynchronous communication between functions) and [Service Functions](https://github.com/bbilger/jrestless-examples/blob/master/aws/service/aws-service-usage-example) (synchronous HTTP-like communication between functions - transparent through Feign) | [bbilger](http://github.com/bbilger) |
225
+
<!-- AUTO-GENERATED-CONTENT:END This table is generated from https://github.com/serverless/examples/blob/master/community-examples.json please make additions there -->
213
226
214
227
## <aname="contributing"></a>Contributing
215
228
We love our contributors! Please read our [Contributing Document](CONTRIBUTING.md) to learn how you can start working on the Framework yourself.
0 commit comments