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
Copy file name to clipboardExpand all lines: README.md
+1-4Lines changed: 1 addition & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -161,7 +161,6 @@ Add your plugin to [the `plugins.json` file](https://github.com/serverless/commu
161
161
|**[Finch - `serverless-finch`](https://github.com/fernando-mc/serverless-finch)** <br/> by [fernando-mc](http://github.com/fernando-mc) <br/> A Serverless plugin to deploy static website assets to AWS S3. | <br/> |
162
162
|**[Frontend Plugin - `serverless-frontend-plugin`](https://github.com/rogersgt/serverless-frontend-plugin)** <br/> by [rogersgt](http://github.com/rogersgt) <br/> Deploy any type of frontend on AWS Cloudfront with Https/SSL termination with your serverless deployments. Integrates with serverless-offline for local development. | <br/> |
163
163
|**[Fullstack - `fullstack-serverless`](https://github.com/MadSkills-io/fullstack-serverless)** <br/> by [MadSkills-io](http://github.com/MadSkills-io) <br/> A Serverless plugin to create an AWS CloudFront distribution that serves static web content from S3 and routes API traffic to API Gateway. | <br/> |
164
-
|**[Function Gateway - `serverless-function-gateway`](https://github.com/KennethWussmann/serverless-function-gateway)** <br/> by [KennethWussmann](http://github.com/KennethWussmann) <br/> Publish AWS Lambda functions to selfhosted [function-gateway](https://github.com/KennethWussmann/function-gateway). | <br/> |
165
164
|**[Function Outputs - `serverless-function-outputs`](https://github.com/RogerBarreto/serverless-function-outputs)** <br/> by [RogerBarreto](http://github.com/RogerBarreto) <br/> Adds function Name and ARN outputs without version suffix | <br/> |
166
165
|**[Functions Base Path - `serverless-functions-base-path`](https://github.com/kevinrambaud/serverless-functions-base-path)** <br/> by [kevinrambaud](http://github.com/kevinrambaud) <br/> Easily define a base path where your serverless functions are located. | <br/> |
167
166
|**[Git Commit Tracker - `serverless-git-commit-tracker`](https://github.com/optimator999/serverless-git-commit-tracker)** <br/> by [optimator999](http://github.com/optimator999) <br/> Generates a version tracking file for web or API deployment containing the latest git commit version number, deployment stage, and date | <br/> |
@@ -209,7 +208,6 @@ Add your plugin to [the `plugins.json` file](https://github.com/serverless/commu
209
208
|**[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. | <br/> |
210
209
|**[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 | <br/> |
211
210
|**[Local Kinesis - `serverless-local-kinesis`](https://github.com/pidz-development/serverless-local-kinesis)** <br/> by [pidz-development](http://github.com/pidz-development) <br/> Run a local kinesis and automatically fire events | <br/> |
212
-
|**[Local Proxy - `serverless-local-proxy`](https://github.com/serverless-local-proxy/serverless-local-proxy)** <br/> by [serverless-local-proxy](http://github.com/serverless-local-proxy) <br/> A highly composable plugin for Serverless that speeds up your local development workflow. | <br/> |
213
211
|**[Local Schedule - `serverless-local-schedule`](https://github.com/UnitedIncome/serverless-local-schedule)** <br/> by [UnitedIncome](http://github.com/UnitedIncome) <br/> Schedule AWS CloudWatch Event based invocations in local time(with DST support!) | <br/> |
214
212
|**[Localstack - `serverless-localstack`](https://github.com/LocalStack/serverless-localstack)** <br/> by [LocalStack](http://github.com/LocalStack) <br/> Serverless plugin for LocalStack - a fully functional local AWS cloud stack. Develop and test your cloud & Serverless apps offline! | <br/> |
215
213
|**[Log Filter Subscription - `serverless-log-filter-subscription`](https://github.com/schwamster/serverless-log-filter-subscription)** <br/> by [schwamster](http://github.com/schwamster) <br/> This serverless plugin creates log filter subscription for all lambda functions configured in your projects serverless.yml | <br/> |
@@ -240,7 +238,6 @@ Add your plugin to [the `plugins.json` file](https://github.com/serverless/commu
240
238
|**[Node Shim - `serverless-plugin-node-shim`](https://github.com/jzimmek/serverless-plugin-node-shim)** <br/> by [jzimmek](http://github.com/jzimmek) <br/> Serverless plugin to run your functions in nodejs version (8 LTS, 9+) on aws lambda | <br/> |
241
239
|**[Oauth Scopes - `serverless-oauth-scopes`](https://github.com/birdcatcher/serverless-oauth-scopes)** <br/> by [birdcatcher](http://github.com/birdcatcher) <br/> A serverless plugin to set OAuth Scopes on APIGateway methods | <br/> |
242
240
|**[Offline - `serverless-offline`](https://github.com/dherault/serverless-offline)** <br/> by [dherault](http://github.com/dherault) <br/> Emulate AWS λ and API Gateway locally when developing your Serverless project | <br/> |
243
-
|**[Offline Cfstrip - `serverless-offline-cfstrip`](https://github.com/jlopez/serverless-cfstrip)** <br/> by [jlopez](http://github.com/jlopez) <br/> Strip CloudFormation serverless variables when running in offline mode | <br/> |
244
241
|**[Offline Direct Lambda - `serverless-offline-direct-lambda`](https://github.com/civicteam/serverless-offline-direct-lambda)** <br/> by [civicteam](http://github.com/civicteam) <br/> Allow offline direct lambda-to-lambda interactions by exposing lambdas with no API Gateway event via HTTP. | <br/> |
|**[Offline Edge Lambda - `serverless-offline-edge-lambda`](https://github.com/evolv-ai/serverless-offline-edge-lambda)** <br/> by [evolv-ai](http://github.com/evolv-ai) <br/> A plugin for the Serverless Framework that simulates the behavior of AWS CloudFront Edge Lambdas while developing offline | <br/> |
@@ -350,7 +347,7 @@ Add your plugin to [the `plugins.json` file](https://github.com/serverless/commu
|**[Tesseract - `serverless-tesseract`](https://github.com/Suor/serverless-tesseract)** <br/> by [Suor](http://github.com/Suor) <br/> Add Tesseract OCR Engine to your build. | <br/> |
352
349
|**[Test Helper - `serverless-plugin-test-helper`](https://github.com/manwaring/serverless-plugin-test-helper)** <br/> by [manwaring](http://github.com/manwaring) <br/> Makes it easier to end-to-end test deployed deployed services by saving CloudFormation Stack Outputs locally and exposing values via a simple Node.js library | <br/> |
353
-
|**[Tracer - `serverless-plugin-tracer`](https://github.com/enykeev/serverless-plugin-tracer/)** <br/> by [enykeev](http://github.com/enykeev) <br/> Trace serverless hooks as they execute | <br/> |
350
+
|**[Tracer - `serverless-plugin-tracer`](https://github.com/enykeev/serverless-plugin-tracer)** <br/> by [enykeev](http://github.com/enykeev) <br/> Trace serverless hooks as they execute | <br/> |
354
351
|**[Tracing - `serverless-plugin-tracing`](https://github.com/alex-murashkin/serverless-plugin-tracing)** <br/> by [alex-murashkin](http://github.com/alex-murashkin) <br/> Enables AWS X-Ray (https://aws.amazon.com/xray/) for the entire Serverless stack or individual functions. | <br/> |
355
352
|**[Transpiler - `serverless-plugin-transpiler`](https://github.com/medikoo/serverless-plugin-transpiler)** <br/> by [medikoo](http://github.com/medikoo) <br/> Transpile lambda files during packaging step | <br/> |
356
353
|**[Tree Shake - `serverless-plugin-tree-shake`](https://github.com/sergioramos/serverless-plugin-tree-shake)** <br/> by [sergioramos](http://github.com/sergioramos) <br/> Shake the dependency tree and only package files needed | <br/> |
0 commit comments