forked from serverless/plugins
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplugins.json
427 lines (427 loc) · 19.1 KB
/
plugins.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
[
{
"name": "serverless-apigw-binary",
"description": "Plugin to enable binary support in AWS API Gateway.",
"githubUrl": "https://github.com/maciejtreder/serverless-apigw-binary"
},
{
"name": "serverless-domain-manager",
"description": "Serverless plugin for managing custom domains with API Gateways.",
"githubUrl": "https://github.com/amplify-education/serverless-domain-manager"
},
{
"name": "serverless-log-forwarding",
"description": "Serverless plugin for forwarding CloudWatch logs to another Lambda function.",
"githubUrl": "https://github.com/amplify-education/serverless-log-forwarding"
},
{
"name": "serverless-plugin-external-sns-events",
"description": "Add ability for functions to use existing or external SNS topics as an event source",
"githubUrl": "https://github.com/silvermine/serverless-plugin-external-sns-events"
},
{
"name": "serverless-plugin-write-env-vars",
"description": "Write environment variables out to a file that is compatible with dotenv",
"githubUrl": "https://github.com/silvermine/serverless-plugin-write-env-vars"
},
{
"name": "serverless-alexa-plugin",
"description": "Serverless plugin to support Alexa Lambda events",
"githubUrl": "https://github.com/rajington/serverless-alexa-plugin"
},
{
"name": "serverless-build-plugin",
"description": "A Node.js focused build plugin for serverless.",
"githubUrl": "https://github.com/nfour/serverless-build-plugin"
},
{
"name": "serverless-resources-env",
"description": "After Deploy, this plugin fetches cloudformation resource identifiers and sets them on AWS lambdas, and creates local .<state>-env file",
"githubUrl": "https://github.com/rurri/serverless-resources-env"
},
{
"name": "serverless-event-constant-inputs",
"description": "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/)",
"githubUrl": "https://github.com/dittto/serverless-event-constant-inputs"
},
{
"name": "serverless-kms-secrets",
"description": "Allows to easily encrypt and decrypt secrets using KMS from the serverless CLI",
"githubUrl": "https://github.com/SC5/serverless-kms-secrets"
},
{
"name": "serverless-plugin-stack-outputs",
"description": "Displays stack outputs for your serverless stacks when `sls info` is ran",
"githubUrl": "https://github.com/svdgraaf/serverless-plugin-stack-outputs"
},
{
"name": "serverless-plugin-stage-variables",
"description": "Add stage variables for Serverless 1.x to ApiGateway, so you can use variables in your Lambda's",
"githubUrl": "https://github.com/svdgraaf/serverless-plugin-stage-variables"
},
{
"name": "serverless-plugin-cloudwatch-sumologic",
"description": "Plugin which auto-subscribes a log delivery lambda function to lambda log groups created by serverless",
"githubUrl": "https://github.com/ACloudGuru/serverless-plugin-cloudwatch-sumologic"
},
{
"name": "serverless-plugin-aws-alerts",
"description": "A Serverless plugin to easily add CloudWatch alarms to functions",
"githubUrl": "https://github.com/ACloudGuru/serverless-plugin-aws-alerts"
},
{
"name": "serverless-plugin-package-dotenv-file",
"description": "A Serverless plugin to copy a .env file into the serverless package",
"githubUrl": "https://github.com/ACloudGuru/serverless-plugin-package-dotenv-file"
},
{
"name": "serverless-command-line-event-args",
"description": "This module is Serverless Framework plugin. Event JSON passes to your Lambda function in commandline.",
"githubUrl": "https://github.com/horike37/serverless-command-line-event-args"
},
{
"name": "serverless-dynamodb-local",
"description": "Serverless Dynamodb Local Plugin - Allows to run dynamodb locally for serverless",
"githubUrl": "https://github.com/99xt/serverless-dynamodb-local"
},
{
"name": "serverless-offline",
"description": "Emulate AWS λ and API Gateway locally when developing your Serverless project",
"githubUrl": "https://github.com/dherault/serverless-offline"
},
{
"name": "serverless-plugin-simulate",
"description": "Simulate AWS Lambda and API Gateway locally using Docker",
"githubUrl": "https://github.com/gertjvr/serverless-plugin-simulate"
},
{
"name": "serverless-plugin-optimize",
"description": "Bundle with Browserify, transpile with Babel to ES5 and minify with Uglify your Serverless functions.",
"githubUrl": "https://github.com/FidelLimited/serverless-plugin-optimize"
},
{
"name": "serverless-plugin-select",
"description": "Select which functions are to be deployed based on region and stage.",
"githubUrl": "https://github.com/FidelLimited/serverless-plugin-select"
},
{
"name": "serverless-plugin-warmup",
"description": "Keep your lambdas warm during Winter.",
"githubUrl": "https://github.com/FidelLimited/serverless-plugin-warmup"
},
{
"name": "serverless-plugin-browserify",
"description": "Speed up your node based lambda's",
"githubUrl": "https://github.com/doapp-ryanp/serverless-plugin-browserify"
},
{
"name": "serverless-plugin-diff",
"description": "Compares your local AWS CloudFormation templates against deployed ones.",
"githubUrl": "https://github.com/nicka/serverless-plugin-diff"
},
{
"name": "serverless-run-function-plugin",
"description": "Run serverless function locally",
"githubUrl": "https://github.com/lithin/serverless-run-function-plugin"
},
{
"name": "serverless-scriptable-plugin",
"description": "Customize Serverless behavior without writing a plugin.",
"githubUrl": "https://github.com/weixu365/serverless-scriptable-plugin"
},
{
"name": "serverless-subscription-filter",
"description": "Serverless plugin to register subscription filter for Lambda logs. Register and pipe the logs of one lambda to another to process.",
"githubUrl": "https://github.com/blackevil245/serverless-subscription-filter"
},
{
"name": "serverless-webpack",
"description": "Serverless plugin to bundle your lambdas with Webpack",
"githubUrl": "https://github.com/elastic-coders/serverless-webpack"
},
{
"name": "serverless-wsgi",
"description": "Serverless plugin to deploy WSGI applications (Flask/Django/Pyramid etc.) and bundle Python packages",
"githubUrl": "https://github.com/logandk/serverless-wsgi"
},
{
"name": "serverless-crypt",
"description": "Securing the secrets on Serverless Framework by AWS KMS encryption.",
"githubUrl": "https://github.com/marcy-terui/serverless-crypt"
},
{
"name": "serverless-plugin-multiple-responses",
"description": "Enable multiple content-types for Response template ",
"githubUrl": "https://github.com/silvermine/serverless-plugin-multiple-responses"
},
{
"name": "serverless-plugin-include-dependencies",
"description": "This is a Serverless plugin that should make your deployed functions smaller.",
"githubUrl": "https://github.com/dougmoscrop/serverless-plugin-include-dependencies"
},
{
"name": "serverless-mocha-plugin",
"description": "A Serverless Plugin for the Serverless Framework which adds support for test-driven development using Mocha",
"githubUrl": "https://github.com/SC5/serverless-mocha-plugin"
},
{
"name": "serverless-jest-plugin",
"description": "A Serverless Plugin for the Serverless Framework which adds support for test-driven development using Jest",
"githubUrl": "https://github.com/SC5/serverless-jest-plugin"
},
{
"name": "serverless-plugin-cfauthorizer",
"description": "This plugin allows you to define your own API Gateway Authorizers as the Serverless CloudFormation resources and apply them to HTTP endpoints.",
"githubUrl": "https://github.com/SC5/serverless-plugin-cfauthorizer"
},
{
"name": "serverless-aws-documentation",
"description": "Serverless plugin to add documentation and models to the serverless generated API Gateway",
"githubUrl": "https://github.com/9cookies/serverless-aws-documentation"
},
{
"name": "raml-serverless",
"description": "Serverless plugin to work with RAML API spec documents",
"githubUrl": "https://github.com/andrewcurioso/raml-serverless"
},
{
"name": "serverless-python-requirements",
"description": "Serverless plugin to bundle Python packages",
"githubUrl": "https://github.com/UnitedIncome/serverless-python-requirements"
},
{
"name": "serverless-dotnet",
"description": "A serverless plugin to run 'dotnet' commands as part of the deploy process",
"githubUrl": "https://github.com/fruffin/serverless-dotnet"
},
{
"name": "serverless-enable-api-logs",
"description": "Enables Coudwatch logging for API Gateway events",
"githubUrl": "https://github.com/paulSambolin/serverless-enable-api-logs"
},
{
"name": "serverless-python-individually",
"description": "A serverless framework plugin to install multiple lambda functions written in python",
"githubUrl": "https://github.com/cfchou/serverless-python-individually"
},
{
"name": "serverless-plugin-subscription-filter",
"description": "A serverless plugin to register AWS CloudWatchLogs subscription filter",
"githubUrl": "https://github.com/tsub/serverless-plugin-subscription-filter"
},
{
"name": "serverless-step-functions",
"description": "AWS Step Functions with Serverless Framework.",
"githubUrl": "https://github.com/horike37/serverless-step-functions"
},
{
"name": "serverless-plugin-scripts",
"description": "Add scripting capabilities to the Serverless Framework",
"githubUrl": "https://github.com/mvila/serverless-plugin-scripts"
},
{
"name": "serverless-plugin-bind-deployment-id",
"description": "A Serverless plugin to bind the randomly generated deployment resource to your custom resources",
"githubUrl": "https://github.com/jacob-meacham/serverless-plugin-bind-deployment-id"
},
{
"name": "serverless-plugin-git-variables",
"description": "A Serverless plugin to expose git variables (branch name, HEAD description, full commit hash) to your serverless services",
"githubUrl": "https://github.com/jacob-meacham/serverless-plugin-git-variables"
},
{
"name": "serverless-plugin-graphiql",
"description": "A Serverless plugin to run a local http server for graphiql and your graphql handler",
"githubUrl": "https://github.com/bencooling/serverless-plugin-graphiql"
},
{
"name": "serverless-coffeescript",
"description": "A Serverless plugin to compile your CoffeeScript into JavaScript at deployment",
"githubUrl": "https://github.com/duanefields/serverless-coffeescript"
},
{
"name": "serverless-plugin-lambda-dead-letter",
"description": "A Serverless plugin that can configure a lambda with a dead letter queue or topic",
"githubUrl": "https://github.com/gmetzker/serverless-plugin-lambda-dead-letter"
},
{
"name": "serverless-plugin-encode-env-var-objects",
"description": "Serverless plugin to encode any environment variable objects.",
"githubUrl": "https://github.com/yonomi/serverless-plugin-encode-env-var-objects"
},
{
"name": "serverless-dir-config-plugin",
"description": "EXPERIMENTAL - Serverless plugin to load function and resource definitions from a directory.",
"githubUrl": "https://github.com/economysizegeek/serverless-dir-config-plugin"
},
{
"name": "serverless-cljs-plugin",
"description": "Enables Clojurescript as an implementation language for Lambda handlers",
"githubUrl": "https://github.com/nervous-systems/serverless-cljs-plugin"
},
{
"name": "serverless-prune-plugin",
"description": "Deletes old versions of functions from AWS, preserving recent and aliased versions",
"githubUrl": "https://github.com/claygregory/serverless-prune-plugin"
},
{
"name": "serverless-offline-scheduler",
"description": "Runs scheduled functions offline while integrating with serverless-offline",
"githubUrl": "https://github.com/ajmath/serverless-offline-scheduler"
},
{
"name": "serverless-aws-alias",
"description": "This plugin enables use of AWS aliases on Lambda functions.",
"githubUrl": "https://github.com/HyperBrain/serverless-aws-alias"
},
{
"name": "serverless-plugin-webpack",
"description": "A serverless plugin to automatically bundle your functions individually with webpack",
"githubUrl": "https://github.com/goldwasserexchange/serverless-plugin-webpack"
},
{
"name": "serverless-sqs-fifo",
"description": "A serverless plugin to handle creation of sqs fifo queue's in aws (stop-gap)",
"githubUrl": "https://github.com/vortarian/serverless-sqs-fifo"
},
{
"name": "serverless-sqs-alarms-plugin",
"description": "Wrapper to setup CloudWatch Alarms on SQS queue length",
"githubUrl": "https://github.com/sbstjn/serverless-sqs-alarms-plugin"
},
{
"name": "serverless-dotenv",
"description": "Fetch environment variables and write it to a .env file",
"githubUrl": "https://github.com/Jimdo/serverless-dotenv"
},
{
"name": "serverless-hooks-plugin",
"description": "Run arbitrary commands on any lifecycle event in serverless",
"githubUrl": "https://github.com/uswitch/serverless-hooks-plugin"
},
{
"name": "serverless-dynalite",
"description": "Run dynalite locally (no JVM, all JS) to simulate DynamoDB. Watch serverless.yml for table config updates.",
"githubUrl": "https://github.com/sdd/serverless-dynalite"
},
{
"name": "serverless-apig-s3",
"description": "Serve static front-end content from S3 via the API Gatewy and deploy client bundle to S3.",
"githubUrl": "https://github.com/sdd/serverless-apig-s3"
},
{
"name": "serverless-plugin-typescript",
"description": "Serverless plugin for zero-config Typescript support.",
"githubUrl": "https://github.com/graphcool/serverless-plugin-typescript"
},
{
"name": "serverless-parameters",
"description": "Add parameters to the generated cloudformation templates",
"githubUrl": "https://github.com/svdgraaf/serverless-parameters"
},
{
"name": "serverless-pseudo-parameters",
"description": "Use ${AWS::AccountId} and other cloudformation pseudo parameters in your serverless.yml values",
"githubUrl": "https://github.com/svdgraaf/serverless-pseudo-parameters"
},
{
"name": "serverless-dynamodb-ttl",
"description": "Configure DynamoDB TTL in serverless.yml (until CloudFormation supports this).",
"githubUrl": "https://github.com/Jimdo/serverless-dynamodb-ttl"
},
{
"name": "serverless-api-stage",
"description": "Serverless API Stage plugin, enables stage variables and logging for AWS API Gateway.",
"githubUrl": "https://github.com/leftclickben/serverless-api-stage"
},
{
"name": "serverless-export-env",
"description": "Export environment variables into a .env file with automatic AWS CloudFormation reference resolution.",
"githubUrl": "https://github.com/arabold/serverless-export-env"
},
{
"name": "serverless-package-python-functions",
"description": "Packaging Python Lambda functions with only the dependencies/requirements they need.",
"githubUrl": "https://github.com/ubaniabalogun/serverless-package-python-functions"
},
{
"name": "serverless-plugin-iopipe",
"description": "See inside your Lambda functions with high fidelity metrics and monitoring.",
"githubUrl": "https://github.com/iopipe/serverless-plugin-iopipe"
},
{
"name": "serverless-sam",
"description": "Exports an AWS SAM template for a service created with the Serverless Framework.",
"githubUrl": "https://github.com/SAPessi/serverless-sam"
},
{
"name": "serverless-vpc-discovery",
"description": "Serverless plugin for discovering VPC / Subnet / Security Group configuration by name.",
"githubUrl": "https://github.com/amplify-education/serverless-vpc-discovery"
},
{
"name": "serverless-kubeless",
"description": "Serverless plugin for deploying functions to Kubeless.",
"githubUrl": "https://github.com/bitnami/kubeless-serverless"
},
{
"name": "serverless-apigwy-binary",
"description": "Serverless plugin for configuring API Gateway to return binary responses",
"githubUrl": "https://github.com/ryanmurakami/serverless-apigwy-binary"
},
{
"name": "serverless-plugin-browserifier",
"description": "Reduce the size and speed up your Node.js based lambda's using browserify.",
"githubUrl": "https://github.com/digitalmaas/serverless-plugin-browserifier"
},
{
"name": "serverless-shell",
"description": "Drop to a runtime shell with all the environment variables set that you'd have in lambda.",
"githubUrl": "https://github.com/UnitedIncome/serverless-shell"
},
{
"name": "serverless-stack-output",
"description": "Store output from your AWS CloudFormation Stack in JSON/YAML/TOML files, or to pass it to a JavaScript function for further processing.",
"githubUrl": "https://github.com/sbstjn/serverless-stack-output"
},
{
"name": "serverless-gulp",
"description": "A thin task wrapper around @goserverless that allows you to automate build, test and deploy tasks using gulp",
"githubUrl": "https://github.com/rhythminme/serverless-gulp"
},
{
"name": "serverless-sentry",
"description": "Automatic monitoring of memory usage, execution timeouts and forwarding of Lambda errors to Sentry (https://sentry.io).",
"githubUrl": "https://github.com/arabold/serverless-sentry-plugin"
},
{
"name": "serverless-env-generator",
"description": "Manage environment variables with YAML and load them with dotenv. Supports variable encryption with KMS, multiple stages and custom profiles.",
"githubUrl": "https://github.com/DieProduktMacher/serverless-env-generator"
},
{
"name": "serverless-local-dev-server",
"description": "Speeds up development of Alexa Skills, Chatbots and APIs by exposing your functions as local HTTP endpoints and mapping received events.",
"githubUrl": "https://github.com/DieProduktMacher/serverless-local-dev-server"
},
{
"name": "serverless-plugin-stack-config",
"description": "A serverless plugin to manage configurations for a stack across micro-services.",
"githubUrl": "https://github.com/rawphp/serverless-plugin-stack-config.git"
},
{
"name": "serverless-plugin-elastic-beanstalk",
"description": "A serverless plugin to deploy applications to AWS ElasticBeanstalk.",
"githubUrl": "https://github.com/rawphp/serverless-plugin-elastic-beanstalk.git"
},
{
"name": "serverless-s3-remover",
"description": "A serverless plugin to make s3 buckets empty before deleting cloudformation stack when ```sls remove```",
"githubUrl": "https://github.com/sinofseven/serverless-s3-remover"
},
{
"name": "serverless-dynamodb-autoscaling",
"description": "Configure Amazon DynamoDB's native Auto Scaling for your table capacities.",
"githubUrl": "https://github.com/sbstjn/serverless-dynamodb-autoscaling"
}
]