forked from serverless/plugins
-
Notifications
You must be signed in to change notification settings - Fork 0
/
plugins.json
342 lines (342 loc) · 15.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
[
{
"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-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"
}
]