https://github.com/serverless/plugins
Serverless Plugins – Extend the Serverless Framework with these community driven plugins –
https://github.com/serverless/plugins
serverless serverless-framework serverless-plugin
Last synced: about 1 year ago
JSON representation
Serverless Plugins – Extend the Serverless Framework with these community driven plugins –
- Host: GitHub
- URL: https://github.com/serverless/plugins
- Owner: serverless
- Created: 2016-08-08T12:40:31.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2024-08-10T00:53:09.000Z (almost 2 years ago)
- Last Synced: 2025-04-15T02:16:51.636Z (about 1 year ago)
- Topics: serverless, serverless-framework, serverless-plugin
- Language: JavaScript
- Homepage: https://www.serverless.com
- Size: 990 KB
- Stars: 987
- Watchers: 53
- Forks: 325
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[Website](http://www.serverless.com) • [Email Updates](http://eepurl.com/b8dv4P) • [Gitter](https://gitter.im/serverless/serverless) • [Forum](http://forum.serverless.com) • [Meetups](https://github.com/serverless/meetups) • [Twitter](https://twitter.com/goserverless) • [Facebook](https://www.facebook.com/serverless) • [Contact Us](mailto:hello@serverless.com)
## Community Plugins
[Serverless Plugins](https://serverless.com/framework/docs/providers/aws/guide/plugins/) allow users to extend or overwrite the framework's core functionality. Many of these plugins are contributed by our amazing community members! 🎉
This repository is meant to be the one stop shop for all the awesome plugins out there in the serverless ecosytem.
If you have ideas for features or plugins, add a new [thread](https://github.com/serverless/community-plugins/issues) in the issues.
## Community Contributed Plugins
Add your plugin to [the `plugins.json` file](https://github.com/serverless/community-plugins/edit/master/plugins.json) with the status to `active` , **then run `npm run docs` to regenerate the table below.**
**Note:** Please don't add your plugin at the end of the array in the `plugins.json` file to avoid conflicts. It'd be better if you choose a random place in the array.
| Plugin | Stats |
|:---------------------------|:-----------:|
| **[@Agiledigital/serverless Sns Sqs Lambda - `@agiledigital/serverless-sns-sqs-lambda`](https://github.com/agiledigital/serverless-sns-sqs-lambda)**
by [agiledigital](http://github.com/agiledigital)
Provide the lambda function with the snsSqs event, the plugin will add the AWS SNS topic and subscription, SQS queue and dead letter queue, and the role need for the lambda. | 
|
| **[@Digitalmaas/serverless Plugin Sqs Alarms - `@digitalmaas/serverless-plugin-sqs-alarms`](https://github.com/digitalmaas/serverless-plugin-sqs-alarms)**
by [digitalmaas](http://github.com/digitalmaas)
Simplifies the setup of CloudWatch Alarms to monitor the visible messages in an SQS queue. | 
|
| **[@Endemolshinegroup/serverless Dynamodb Autoscaler - `@endemolshinegroup/serverless-dynamodb-autoscaler`](https://github.com/EndemolShineGroup/serverless-dynamodb-autoscaler)**
by [EndemolShineGroup](http://github.com/EndemolShineGroup)
Autoscale DynamoDB resources with a single AWS AutoScalingPlan | 
|
| **[@Fernthedev/serverless Offline Step Functions - `@fernthedev/serverless-offline-step-functions`](https://github.com/jefer590/serverless-offline-step-functions)**
by [jefer590](http://github.com/jefer590)
Serverless Offline Plugin to Support Step Functions for Local Development. | 
|
| **[@Haftahave/serverless Ses Template - `@haftahave/serverless-ses-template`](https://github.com/haftahave/serverless-ses-template)**
by [haftahave](http://github.com/haftahave)
A serveless plugin that allows automatically creating, updating and removing AWS SES Templates using a configuration file and keeps your AWS SES Templates synced with your configuration file. | 
|
| **[@Hybridless/serverless Ecs Plugin - `@hybridless/serverless-ecs-plugin`](https://github.com/hybridless/serverless-ecs-plugin)**
by [hybridless](http://github.com/hybridless)
(ECR) - Elastic Container Service clusters, services, tasks and application load balancers made easy within your serverless definition. | 
|
| **[@Kakkuk/serverless Aws Apigateway Documentation - `@kakkuk/serverless-aws-apigateway-documentation`](https://github.com/failsafe-engineering/serverless-aws-apigateway-documentation)**
by [failsafe-engineering](http://github.com/failsafe-engineering)
Adds support for AWS API Gateway documentation and model | 
|
| **[@Kakkuk/serverless Aws Lambda Dynamic Trigger - `@kakkuk/serverless-aws-lambda-dynamic-trigger`](https://github.com/failsafe-engineering/serverless-aws-lambda-dynamic-trigger)**
by [failsafe-engineering](http://github.com/failsafe-engineering)
Allows to register sns, sqs and kinesis triggers (events) dynamically. | 
|
| **[@Redtea/serverless Env Generator - `@redtea/serverless-env-generator`](https://github.com/org-redtea/serverless-env-generator)**
by [org-redtea](http://github.com/org-redtea)
Manage environment variables with YAML and load them with dotenv. Supports variable encryption with KMS, multiple stages and custom profiles. Maintained fork from https://github.com/DieProduktMacher/serverless-env-generator with more advanced YAML anchors supporting and other. | 
|
| **[@Stratiformdigital/serverless Iam Helper - `@stratiformdigital/serverless-iam-helper`](https://github.com/stratiformdigital/serverless-iam-helper)**
by [stratiformdigital](http://github.com/stratiformdigital)
Applies IAM Path and PermissionsBoundary settings in hard to reach places. | 
|
| **[@Stratiformdigital/serverless Idempotency Helper - `@stratiformdigital/serverless-idempotency-helper`](https://github.com/stratiformdigital/serverless-idempotency-helper)**
by [stratiformdigital](http://github.com/stratiformdigital)
Helps make lambda deployments idempotent | 
|
| **[@Stratiformdigital/serverless Online - `@stratiformdigital/serverless-online`](https://github.com/stratiformdigital/serverless-online)**
by [stratiformdigital](http://github.com/stratiformdigital)
Faster lambda development in AWS through hot deploys and streaming logs. | 
|
| **[@Stratiformdigital/serverless S3 Security Helper - `@stratiformdigital/serverless-s3-security-helper`](https://github.com/stratiformdigital/serverless-s3-security-helper)**
by [stratiformdigital](http://github.com/stratiformdigital)
Sets security minded settings on s3 buckets, including sls deployment buckets | 
|
| **[@Unly/serverless Env Copy Plugin - `@unly/serverless-env-copy-plugin`](https://github.com/UnlyEd/serverless-env-copy-plugin)**
by [UnlyEd](http://github.com/UnlyEd)
Fetch environment variables and write it to a .env file - Maintained fork from https://github.com/Jimdo/serverless-dotenv | 
|
| **[@Unly/serverless Plugin Dynamodb Backups - `@unly/serverless-plugin-dynamodb-backups`](https://github.com/UnlyEd/serverless-plugin-dynamodb-backups)**
by [UnlyEd](http://github.com/UnlyEd)
Configure automated DynamoDB "On-Demand" backups and manage backups lifecycle, powered by AWS Lambda | 
|
| **[@Vulcancreative/serverless Storage - `@vulcancreative/serverless-storage`](https://github.com/vulcancreative/serverless-storage)**
by [vulcancreative](http://github.com/vulcancreative)
Serverless plugin defining DynamoDB storage primitives; like localStorage but better | 
|
| **[1password - `serverless-plugin-1password`](https://github.com/kandsten/serverless-plugin-1password)**
by [kandsten](http://github.com/kandsten)
Serverless interface to 1Password data via the 1Password CLI | 
|
| **[Add Api Key - `serverless-add-api-key`](https://github.com/rrahul963/serverless-add-api-key)**
by [rrahul963](http://github.com/rrahul963)
Serverless plugin to add same api key for multiple serverless services i.e. to re-use apikey across multiple api gateway apis. | 
|
| **[Alexa Plugin - `serverless-alexa-plugin`](https://github.com/rajington/serverless-alexa-plugin)**
by [rajington](http://github.com/rajington)
Serverless plugin to support Alexa Lambda events | 
|
| **[Alexa Skills - `serverless-alexa-skills`](https://github.com/marcy-terui/serverless-alexa-skills)**
by [marcy-terui](http://github.com/marcy-terui)
Manage your Alexa Skills with Serverless Framework. | 
|
| **[Aliyun Function Compute - `serverless-aliyun-function-compute`](https://github.com/aliyun/serverless-aliyun-function-compute)**
by [aliyun](http://github.com/aliyun)
Serverless Alibaba Cloud Function Compute Plugin | 
|
| **[Amplify Auth - `serverless-amplify-auth`](https://github.com/nikaera/serverless-amplify-auth)**
by [nikaera](http://github.com/nikaera)
Update Policy for Amplify's Auth Role and Unauth Role | 
|
| **[Api Cloudfront - `serverless-api-cloudfront`](https://github.com/Droplr/serverless-api-cloudfront)**
by [Droplr](http://github.com/Droplr)
Plugin that adds CloudFront distribution in front of your API Gateway for custom domain, CDN caching and access log. | 
|
| **[Api Compression - `serverless-api-compression`](https://github.com/evgenykireev/serverless-api-compression)**
by [evgenykireev](http://github.com/evgenykireev)
Serverless plugin that enables/disables content compression setting in API Gateway | 
|
| **[Api Gateway Caching - `serverless-api-gateway-caching`](https://github.com/DianaIonita/serverless-api-gateway-caching)**
by [DianaIonita](http://github.com/DianaIonita)
Serverless plugin which configures API Gateway caching | 
|
| **[Api Gateway Stage Tag Plugin - `api-gateway-stage-tag-plugin`](https://github.com/mikepatrick/api-gateway-stage-tag-plugin)**
by [mikepatrick](http://github.com/mikepatrick)
A shim to tag API Gateway stages until CloudFormation/Serverless support arrives. | 
|
| **[Api Gateway Throttling - `serverless-api-gateway-throttling`](https://github.com/DianaIonita/serverless-api-gateway-throttling)**
by [DianaIonita](http://github.com/DianaIonita)
Serverless plugin which configures throttling for API Gateway endpoints | 
|
| **[Api Stage - `serverless-api-stage`](https://github.com/leftclickben/serverless-api-stage)**
by [leftclickben](http://github.com/leftclickben)
Serverless API Stage plugin, enables stage variables and logging for AWS API Gateway. | 
|
| **[Apib Validator - `serverless-apib-validator`](https://github.com/onlicar/serverless-apib-validator)**
by [onlicar](http://github.com/onlicar)
Validate that an API Blueprint has full coverage over a Serverless config | 
|
| **[Apig S3 - `serverless-apig-s3`](https://github.com/sdd/serverless-apig-s3)**
by [sdd](http://github.com/sdd)
Serve static front-end content from S3 via the API Gateway and deploy client bundle to S3. | 
|
| **[Apigateway Log Retention - `serverless-apigateway-log-retention`](https://github.com/dvla/serverless-apigateway-log-retention)**
by [dvla](http://github.com/dvla)
Control the retention of your AWS ApiGateway access logs and execution logs. | 
|
| **[Apigateway Plugin - `serverless-apigateway-plugin`](https://github.com/GFG/serverless-apigateway-plugin)**
by [GFG](http://github.com/GFG)
Configure the AWS api gateway: Binary support, Headers and Body template mappings | 
|
| **[Apigateway Route Settings - `serverless-apigateway-route-settings`](https://github.com/talbotp/serverless-apigateway-route-settings)**
by [talbotp](http://github.com/talbotp)
Configure Route Settings for HTTP API Gateway v2 (Throttling & Detailed Metrics) | 
|
| **[Apigateway Service Proxy - `serverless-apigateway-service-proxy`](https://github.com/horike37/serverless-apigateway-service-proxy)**
by [horike37](http://github.com/horike37)
This Serverless Framewrok plugin supports the AWS service proxy integration feature of API Gateway. | 
|
| **[Apigateway Sqs - `serverless-plugin-apigateway-sqs`](https://github.com/CodeRecipe-dev/serverless-apigw-sqs-plugin)**
by [CodeRecipe-dev](http://github.com/CodeRecipe-dev)
Plugin that creates an AWS APIGateway resource to connect to an AWS Simple Queue Service (SQS) without the use of a lambda. | 
|
| **[Apigator - `serverless-apigator`](https://github.com/microgamma/microgamma)**
by [microgamma](http://github.com/microgamma)
This serverless plugin enables you to write AWS lambda with typescript using Microgamma | 
|
| **[Apigw Binary - `serverless-apigw-binary`](https://github.com/maciejtreder/serverless-apigw-binary)**
by [maciejtreder](http://github.com/maciejtreder)
Plugin to enable binary support in AWS API Gateway. | 
|
| **[Apigwy Binary - `serverless-apigwy-binary`](https://github.com/ryanmurakami/serverless-apigwy-binary)**
by [ryanmurakami](http://github.com/ryanmurakami)
Serverless plugin for configuring API Gateway to return binary responses | 
|
| **[Apollo Graphql Federation - `serverless-plugin-apollo-graphql-federation`](https://github.com/Imran99/serverless-plugin-apollo-graphql-federation)**
by [Imran99](http://github.com/Imran99)
A Serverless Framework that uploads a graphql schema to the Apollo Platform managed federation service | 
|
| **[App Client Credentials To Ssm - `serverless-app-client-credentials-to-ssm`](https://github.com/GaaraZhu/serverless-app-client-credentials-to-ssm)**
by [GaaraZhu](http://github.com/GaaraZhu)
Export Cognito app client credentials to SSM Parameter store | 
|
| **[Appsync Offline - `serverless-appsync-offline`](https://github.com/aheissenberger/serverless-appsync-offline)**
by [aheissenberger](http://github.com/aheissenberger)
Serverless Plugin to run AWS AppSync GraphQL API localy with dynamoDB and lambda resolvers | 
|
| **[Appsync Plugin - `serverless-appsync-plugin`](https://github.com/sid88in/serverless-appsync-plugin)**
by [sid88in](http://github.com/sid88in)
Serverless Plugin to deploy AppSync GraphQL API | 
|
| **[Appsync Simulator - `serverless-appsync-simulator`](https://github.com/bboure/serverless-appsync-simulator)**
by [bboure](http://github.com/bboure)
Offline support for serverless-appsync-plugin | 
|
| **[Associate Waf - `serverless-associate-waf`](https://github.com/mikesouza/serverless-associate-waf)**
by [mikesouza](http://github.com/mikesouza)
Associate a regional WAF with the AWS API Gateway used by your Serverless stack | 
|
| **[Attach Managed Policy - `serverless-attach-managed-policy`](https://github.com/Nordstrom/serverless-attach-managed-policy)**
by [Nordstrom](http://github.com/Nordstrom)
A Serverless plugin to automatically attach an AWS Managed IAM Policy (or Policies) to all IAM Roles created by the Service. | 
|
| **[Aws Alerts - `serverless-plugin-aws-alerts`](https://github.com/ACloudGuru/serverless-plugin-aws-alerts)**
by [ACloudGuru](http://github.com/ACloudGuru)
A Serverless plugin to easily add CloudWatch alarms to functions | 
|
| **[Aws Alias - `serverless-aws-alias`](https://github.com/serverless-heaven/serverless-aws-alias)**
by [serverless-heaven](http://github.com/serverless-heaven)
This plugin enables use of AWS aliases on Lambda functions. | 
|
| **[Aws Amplify - `aws-amplify-serverless-plugin`](https://github.com/awslabs/aws-amplify-serverless-plugin)**
by [awslabs](http://github.com/awslabs)
Generate client-side configuration files for the AWS Amplify library based on your deployed Serverless backend | 
|
| **[Aws Cognito Idp Userpool Domain - `aws-cognito-idp-userpool-domain`](https://github.com/rubentrancoso/aws-cognito-idp-userpool-domain)**
by [rubentrancoso](http://github.com/rubentrancoso)
Manage (add and remove) aws hosted domain on Cognito Userpools | 
|
| **[Aws Contributor Insights - `serverless-plugin-aws-contributor-insights`](https://github.com/kangcifong/serverless-plugin-aws-contributor-insights)**
by [kangcifong](http://github.com/kangcifong)
Support of AWS CloudWatch Contributor Insights | 
|
| **[Aws Documentation - `serverless-aws-documentation`](https://github.com/deliveryhero/serverless-aws-documentation)**
by [deliveryhero](http://github.com/deliveryhero)
Serverless 1.0 plugin to add documentation and models to the serverless generated API Gateway | 
|
| **[Aws Function Url Custom Domain - `serverless-aws-function-url-custom-domain`](https://github.com/wangsha/serverless-aws-function-url-custom-domain)**
by [wangsha](http://github.com/wangsha)
Setup cloudfront distrubution and route53 record for AWS Lambda with Function URL | 
|
| **[Aws Lambda - `serverless-aws-lambda`](https://github.com/Inqnuam/serverless-aws-lambda)**
by [Inqnuam](http://github.com/Inqnuam)
Plug & Play AWS Lambda NodeJS development tool with local API Gateway and Application Load Balancer support. | 
|
| **[Aws Nested Stacks - `serverless-aws-nested-stacks`](https://github.com/concon121/serverless-plugin-nested-stacks)**
by [concon121](http://github.com/concon121)
Yet another AWS nested stack plugin! | 
|
| **[Aws Resolvers - `serverless-plugin-aws-resolvers`](https://github.com/DopplerLabs/serverless-plugin-aws-resolvers)**
by [DopplerLabs](http://github.com/DopplerLabs)
Resolves variables from ESS, RDS, or Kinesis for serverless services | 
|
| **[Aws Resource Names - `serverless-aws-resource-names`](https://github.com/concon121/serverless-plugin-aws-resource-names)**
by [concon121](http://github.com/concon121)
Serverless plugin to alter the default naming conventions for sls resources via a simple mapping file. | 
|
| **[Aws Static File Handler - `serverless-aws-static-file-handler`](https://github.com/activescott/serverless-aws-static-file-handler)**
by [activescott](http://github.com/activescott)
An easy way to host the front-end of your web applications on Serverless framework on AWS Lambda along with their APIs written in Serverless. | 
|
| **[Azure Functions - `serverless-azure-functions`](https://github.com/serverless/serverless-azure-functions)**
by [serverless](http://github.com/serverless)
A Serverless plugin that adds Azure Functions support to the Serverless Framework. | 
|
| **[Basic Authentication - `serverless-basic-authentication`](https://github.com/svdgraaf/serverless-basic-authentication)**
by [svdgraaf](http://github.com/svdgraaf)
Serverless Plugin for adding Basic Authentication to your api | 
|
| **[Bespoken - `serverless-plugin-bespoken`](https://github.com/bespoken/serverless-plugin-bespoken)**
by [bespoken](http://github.com/bespoken)
Creates a local server and a proxy so you don't have to deploy anytime you want to test your code | 
|
| **[Better Credentials - `serverless-better-credentials`](https://github.com/thomasmichaelwallace/serverless-better-credentials)**
by [thomasmichaelwallace](http://github.com/thomasmichaelwallace)
Extended AWS credentials resolution for the Serverless Framework: including Single Sign On (SSO) and credential_process support. | 
|
| **[Bind Deployment Id - `serverless-plugin-bind-deployment-id`](https://github.com/jacob-meacham/serverless-plugin-bind-deployment-id)**
by [jacob-meacham](http://github.com/jacob-meacham)
A Serverless plugin to bind the randomly generated deployment resource to your custom resources | 
|
| **[Bref - `bref`](https://github.com/brefphp/bref)**
by [brefphp](http://github.com/brefphp)
Deploy serverless PHP applications to AWS Lambda | 
|
| **[Browserifier - `serverless-plugin-browserifier`](https://github.com/digitalmaas/serverless-plugin-browserifier)**
by [digitalmaas](http://github.com/digitalmaas)
Reduce the size and speed up your Node.js based lambda's using browserify. | 
|
| **[Browserify - `serverless-plugin-browserify`](https://github.com/doapp-ryanp/serverless-plugin-browserify)**
by [doapp-ryanp](http://github.com/doapp-ryanp)
Speed up your node based lambda's | 
|
| **[Build Client - `serverless-build-client`](https://github.com/tgfischer/serverless-build-client)**
by [tgfischer](http://github.com/tgfischer)
Build your static website with environment variables defined in serverless.yml | 
|
| **[Build Plugin - `serverless-build-plugin`](https://github.com/nfour/serverless-build-plugin)**
by [nfour](http://github.com/nfour)
A Node.js focused build plugin for serverless. | 
|
| **[Canary Deployments - `serverless-plugin-canary-deployments`](https://github.com/davidgf/serverless-plugin-canary-deployments)**
by [davidgf](http://github.com/davidgf)
A Serverless plugin to implement canary deployments of Lambda functions | 
|
| **[Certificate Creator - `serverless-certificate-creator`](https://github.com/schwamster/serverless-certificate-creator)**
by [schwamster](http://github.com/schwamster)
This serverless plugin creates certificates that you need for your custom domains in API Gateway. | 
|
| **[Cf Vars - `serverless-cf-vars`](https://gitlab.com/kabo/serverless-cf-vars)**
by [kabo](http://github.com/kabo)
Enables use of AWS pseudo functions and Fn::Sub string substitution | 
|
| **[Cfauthorizer - `serverless-plugin-cfauthorizer`](https://github.com/SC5/serverless-plugin-cfauthorizer)**
by [SC5](http://github.com/SC5)
This plugin allows you to define your own API Gateway Authorizers as the Serverless CloudFormation resources and apply them to HTTP endpoints. | 
|
| **[Chrome - `serverless-plugin-chrome`](https://github.com/adieuadieu/serverless-chrome/tree/master/packages/serverless-plugin)**
by [adieuadieu](http://github.com/adieuadieu)
Plugin which bundles and ensures that Headless Chrome/Chromium is running when your AWS Lambda function handler is invoked. | 
|
| **[Cljs Plugin - `serverless-cljs-plugin`](https://github.com/nervous-systems/serverless-cljs-plugin)**
by [nervous-systems](http://github.com/nervous-systems)
Enables Clojurescript as an implementation language for Lambda handlers | 
|
| **[Cloudflare Workers - `serverless-cloudflare-workers`](https://github.com/cloudflare/serverless-cloudflare-workers)**
by [cloudflare](http://github.com/cloudflare)
A serverless plugin allowing you to integrate with [Cloudflare Workers](https://cloudflareworkers.com/#12a9195720fe4ed660949efdbd9c0219:https://tutorial.cloudflareworkers.com) | 
|
| **[Cloudformation Changesets - `serverless-cloudformation-changesets`](https://github.com/trek10inc/serverless-cloudformation-changesets)**
by [trek10inc](http://github.com/trek10inc)
Natively deploy to CloudFormation via Change sets, instead of directly. Allowing you to queue changes, and safely require escalated roles for final deployment. | 
|
| **[Cloudformation Parameter Setter - `serverless-cloudformation-parameter-setter`](https://github.com/trek10inc/serverless-cloudformation-parameter-setter)**
by [trek10inc](http://github.com/trek10inc)
Set CloudFormation parameters when deploying. | 
|
| **[Cloudformation Resource Counter - `serverless-cloudformation-resource-counter`](https://github.com/drexler/serverless-cloudformation-resource-counter)**
by [drexler](http://github.com/drexler)
A plugin to count the resources generated in the AWS CloudFormation stack after deployment. | 
|
| **[Cloudformation Sub Variables - `serverless-cloudformation-sub-variables`](https://github.com/santiagocardenas/serverless-cloudformation-sub-variables)**
by [santiagocardenas](http://github.com/santiagocardenas)
Serverless framework plugin for easily supporting AWS CloudFormation Sub function variables | 
|
| **[Cloudfront Lambda Edge - `serverless-plugin-cloudfront-lambda-edge`](https://github.com/silvermine/serverless-plugin-cloudfront-lambda-edge)**
by [silvermine](http://github.com/silvermine)
Adds Lambda@Edge support to Serverless | 
|
| **[Cloudside Plugin - `serverless-cloudside-plugin`](https://github.com/jeremydaly/serverless-cloudside-plugin)**
by [jeremydaly](http://github.com/jeremydaly)
Easily reference and use cloudside resources during local development and testing | 
|
| **[Cloudwatch Dashboard - `serverless-plugin-cloudwatch-dashboard`](https://github.com/codecentric/serverless-plugin-cloudwatch-dashboard)**
by [codecentric](http://github.com/codecentric)
Serverless plugin to generate AWS CloudWatch dashboard for AWS Lambda functions | 
|
| **[Cloudwatch Sumologic - `serverless-plugin-cloudwatch-sumologic`](https://github.com/ACloudGuru/serverless-plugin-cloudwatch-sumologic)**
by [ACloudGuru](http://github.com/ACloudGuru)
Plugin which auto-subscribes a log delivery lambda function to lambda log groups created by serverless | 
|
| **[Coffeescript - `serverless-coffeescript`](https://github.com/duanefields/serverless-coffeescript)**
by [duanefields](http://github.com/duanefields)
A Serverless plugin to compile your CoffeeScript into JavaScript at deployment | 
|
| **[Cognito Add Custom Attributes - `serverless-cognito-add-custom-attributes`](https://github.com/GetWala/serverless-cognito-add-custom-attributes)**
by [GetWala](http://github.com/GetWala)
Serverless Plugin for adding custom attributes to an existing CloudFormation-managed CognitoUserPool and CognitoUserPoolClient without losing all your users | 
|
| **[Colocate - `serverless-plugin-colocate`](https://github.com/aronim/serverless-plugin-colocate)**
by [aronim](http://github.com/aronim)
Serverless Plugin to keep your configuration next to your code. | 
|
| **[Command Line Event Args - `serverless-command-line-event-args`](https://github.com/horike37/serverless-command-line-event-args)**
by [horike37](http://github.com/horike37)
This module is Serverless Framework plugin. Event JSON passes to your Lambda function in commandline. | 
|
| **[Commercetools Plugin - `serverless-commercetools-plugin`](https://github.com/commercetools/serverless-commercetools-plugin)**
by [commercetools](http://github.com/commercetools)
Serverless framework plugin that registers the deployed function as a commercetools API Extension or attaches it to a Subscription. | 
|
| **[Common Excludes - `serverless-plugin-common-excludes`](https://github.com/dougmoscrop/serverless-plugin-common-excludes)**
by [dougmoscrop](http://github.com/dougmoscrop)
Adds commonly excluded files to package.excludes | 
|
| **[Composed Vars - `serverless-plugin-composed-vars`](https://github.com/chris-feist/serverless-plugin-composed-vars)**
by [chris-feist](http://github.com/chris-feist)
A plugin that composes custom and environment variables based on the deployment stage | 
|
| **[Conditional Functions - `serverless-plugin-conditional-functions`](https://github.com/go-dima/serverless-plugin-conditional-functions)**
by [go-dima](http://github.com/go-dima)
A plugin that allows adding simple feature flag per function via a boolean condition. | 
|
| **[Configuration - `serverless-configuration`](https://github.com/jlopez/serverless-configuration)**
by [jlopez](http://github.com/jlopez)
Easily customize serverless.yml depending on the stage or whether running online/offline | 
|
| **[Confirm Command - `serverless-confirm-command`](https://github.com/teddy-gustiaux/serverless-confirm-command)**
by [teddy-gustiaux](http://github.com/teddy-gustiaux)
Make commands (and provider-specific options) requiring confirmation before execution. | 
|
| **[Consul Variables - `serverless-consul-variables`](https://github.com/zephrax/serverless-consul-variables)**
by [zephrax](http://github.com/zephrax)
Retrieve serverless variables from Consul kv | 
|
| **[Content Encoding - `serverless-content-encoding`](https://github.com/dong-dohai/serverless-content-encoding)**
by [dong-dohai](http://github.com/dong-dohai)
Enable Content Encoding in AWS API Gateway during deployment | 
|
| **[Convention - `serverless-convention`](https://github.com/LeoPlatform/serverless-convention)**
by [LeoPlatform](http://github.com/LeoPlatform)
Dynamically import resources by defining a convention, split up your yml | 
|
| **[Create Dynamodb Global Tables For Cf Stack - `serverless-create-dynamodb-global-tables-for-cf-stack`](https://github.com/Imran99/serverless-create-dynamodb-global-tables-for-cf-stack)**
by [Imran99](http://github.com/Imran99)
Create and replicate global dynamodb tables | 
|
| **[Create Global Dynamodb Table - `serverless-create-global-dynamodb-table`](https://github.com/rrahul963/serverless-create-global-dynamodb-table)**
by [rrahul963](http://github.com/rrahul963)
Serverless plugin to create dynamodb global tables | 
|
| **[Cronjob - `serverless-plugin-cronjob`](https://github.com/martinlindenberg/serverless-plugin-cronjob)**
by [martinlindenberg](http://github.com/martinlindenberg)
This plugin creates cronjobs out of your lambda functions. | 
|
| **[Crypt - `serverless-crypt`](https://github.com/marcy-terui/serverless-crypt)**
by [marcy-terui](http://github.com/marcy-terui)
Securing the secrets on Serverless Framework by AWS KMS encryption. | 
|
| **[Custom Domain - `serverless-plugin-custom-domain`](https://github.com/dougmoscrop/serverless-plugin-custom-domain)**
by [dougmoscrop](http://github.com/dougmoscrop)
Reliably sets a BasePathMapping to an API Gateway Custom Domain | 
|
| **[Custom Packaging Plugin - `serverless-custom-packaging-plugin`](https://github.com/hypoport/serverless-custom-packaging-plugin)**
by [hypoport](http://github.com/hypoport)
Plugin to package your sourcecode using a custom target path inside the zip. | 
|
| **[Custom Roles - `serverless-plugin-custom-roles`](https://github.com/AntonBazhal/serverless-plugin-custom-roles)**
by [AntonBazhal](http://github.com/AntonBazhal)
A Serverless plugin that makes creation of per function IAM roles easier. | 
|
| **[Dart - `serverless-plugin-dart`](https://github.com/katallaxie/serverless-dart)**
by [katallaxie](http://github.com/katallaxie)
Deploy Dart applications to AWS Lambda | 
|
| **[Datadog - `serverless-plugin-datadog`](https://github.com/DataDog/serverless-plugin-datadog)**
by [DataDog](http://github.com/DataDog)
Monitoring, tracing, and real-time metrics for your Lambda functions | 
|
| **[Decouple - `serverless-plugin-decouple`](https://github.com/mutual-of-enumclaw/serverless-plugin-decouple)**
by [mutual-of-enumclaw](http://github.com/mutual-of-enumclaw)
Remove ImportValue dependencies by replacing them with the actual values in order to update base exports | 
|
| **[Default Aws Resource Attributes - `serverless-default-aws-resource-attributes`](https://github.com/neverendingqs/serverless-default-aws-resource-attributes)**
by [neverendingqs](http://github.com/neverendingqs)
Set default attributes a given CloudFormation resource should have based on type. | 
|
| **[Dependson Plugin - `serverless-dependson-plugin`](https://github.com/bwinant/serverless-dependson-plugin)**
by [bwinant](http://github.com/bwinant)
Serverless plugin that automatically generates DependsOn references for AWS Lambdas to prevent AWS RequestLimitExceeded errors. | 
|
| **[Deploy Environment - `serverless-plugin-deploy-environment`](https://github.com/DopplerLabs/serverless-plugin-deploy-environment)**
by [DopplerLabs](http://github.com/DopplerLabs)
Plugin to manage deployment environment across stages | 
|
| **[Deployment Bucket - `serverless-deployment-bucket`](https://github.com/mikesouza/serverless-deployment-bucket)**
by [mikesouza](http://github.com/mikesouza)
Create and configure the custom Serverless deployment bucket | 
|
| **[Diff - `serverless-plugin-diff`](https://github.com/nicka/serverless-plugin-diff)**
by [nicka](http://github.com/nicka)
Compares your local AWS CloudFormation templates against deployed ones. | 
|
| **[Ding - `serverless-ding`](https://github.com/sidgonuts/serverless-ding)**
by [sidgonuts](http://github.com/sidgonuts)
Serverless plugin to audibly alert user after deployment | 
|
| **[Dir Config Plugin - `serverless-dir-config-plugin`](https://github.com/economysizegeek/serverless-dir-config-plugin)**
by [economysizegeek](http://github.com/economysizegeek)
EXPERIMENTAL - Serverless plugin to load function and resource definitions from a directory. | 
|
| **[Disable Functions - `serverless-disable-functions`](https://github.com/abeMedia/serverless-disable-functions)**
by [abeMedia](http://github.com/abeMedia)
A simple serverless plugin to disable functions. | 
|
| **[Disable Request Validators - `serverless-disable-request-validators`](https://github.com/jweyrich/serverless-disable-request-validators)**
by [jweyrich](http://github.com/jweyrich)
Serverless v2/v3 plugin to disable API Gateway request validators. | 
|
| **[Discovery Plugin - `serverless-discovery-plugin`](https://github.com/aregier/serverless-discovery-plugin)**
by [aregier](http://github.com/aregier)
A serverless plugin to register AWS micro-service endpoints with a discovery service at serverless deploy or serverless remove time. | 
|
| **[Docker Artifacts - `serverless-docker-artifacts`](https://github.com/Suor/serverless-docker-artifacts)**
by [Suor](http://github.com/Suor)
Build your artifacts within docker container. | 
|
| **[Domain Manager - `serverless-domain-manager`](https://github.com/amplify-education/serverless-domain-manager)**
by [amplify-education](http://github.com/amplify-education)
Serverless plugin for managing custom domains with API Gateways. | 
|
| **[Dot Template - `serverless-plugin-dot-template`](https://github.com/kandsten/serverless-plugin-dot-template)**
by [kandsten](http://github.com/kandsten)
Generates output files based on Serverless variables and doT templates | 
|
| **[Dotenv - `serverless-dotenv`](https://github.com/Jimdo/serverless-dotenv)**
by [Jimdo](http://github.com/Jimdo)
Fetch environment variables and write it to a .env file | 
|
| **[Dotenv Plugin - `serverless-dotenv-plugin`](https://github.com/infrontlabs/serverless-dotenv-plugin)**
by [infrontlabs](http://github.com/infrontlabs)
Preload environment variables from `.env` into serverless. | 
|
| **[Dotnet - `serverless-dotnet`](https://github.com/fruffin/serverless-dotnet)**
by [fruffin](http://github.com/fruffin)
A serverless plugin to run 'dotnet' commands as part of the deploy process | 
|
| **[Dynalite - `serverless-dynalite`](https://github.com/sdd/serverless-dynalite)**
by [sdd](http://github.com/sdd)
Run dynalite locally (no JVM, all JS) to simulate DynamoDB. Watch serverless.yml for table config updates. | 
|
| **[Dynamo Data Transform - `dynamo-data-transform`](https://github.com/jitsecurity/dynamo-data-transform)**
by [jitsecurity](http://github.com/jitsecurity)
Dynamo Data Transform is an easy to use data transformation tool for DynamoDB. | 
|
| **[Dynamo Stream Plugin - `serverless-dynamo-stream-plugin`](https://github.com/commandeer/open/tree/development/serverless-dynamo-stream-plugin)**
by [commandeer](http://github.com/commandeer)
Creates and connects DynamoDB streams for pre-existing tables with AWS Lambdas using Serverless. | 
|
| **[Dynamodb Autoscaling - `serverless-dynamodb-autoscaling`](https://github.com/sbstjn/serverless-dynamodb-autoscaling)**
by [sbstjn](http://github.com/sbstjn)
Configure Amazon DynamoDB's native Auto Scaling for your table capacities. | 
|
| **[Dynamodb Autoscaling - `serverless-plugin-dynamodb-autoscaling`](https://github.com/medikoo/serverless-plugin-dynamodb-autoscaling)**
by [medikoo](http://github.com/medikoo)
Auto generate auto scaling configuration for configured DynamoDB tables | 
|
| **[Dynamodb Client - `serverless-dynamodb-client`](https://github.com/99xt/serverless-dynamodb-client)**
by [99xt](http://github.com/99xt)
This Serverless 0.5.x plugin help you to call AWS Dynamodb SDK without switching between different dynamodb instances, whether you work with Dynamodb local or online in AWS. | 
|
| **[Dynamodb Fixtures - `serverless-dynamodb-fixtures`](https://github.com/chechu/serverless-dynamodb-fixtures)**
by [chechu](http://github.com/chechu)
Serverless Dynamodb Fixtures - Allows to load data on DynamoDB tables | 
|
| **[Dynamodb Local - `serverless-dynamodb-local`](https://github.com/99xt/serverless-dynamodb-local)**
by [99xt](http://github.com/99xt)
Serverless Dynamodb Local Plugin - Allows to run dynamodb locally for serverless | 
|
| **[Dynamodb Ttl - `serverless-dynamodb-ttl`](https://github.com/Jimdo/serverless-dynamodb-ttl)**
by [Jimdo](http://github.com/Jimdo)
Configure DynamoDB TTL in serverless.yml (until CloudFormation supports this). | 
|
| **[Elastic Beanstalk - `serverless-plugin-elastic-beanstalk`](https://github.com/rawphp/serverless-plugin-elastic-beanstalk)**
by [rawphp](http://github.com/rawphp)
A serverless plugin to deploy applications to AWS ElasticBeanstalk. | 
|
| **[Embedded Env In Code - `serverless-plugin-embedded-env-in-code`](https://github.com/zaru/serverless-plugin-embedded-env-in-code)**
by [zaru](http://github.com/zaru)
Replace environment variables with static strings before deployment. It’s for Lambda@Edge. | 
|
| **[Enable Api Logs - `serverless-enable-api-logs`](https://github.com/paulSambolin/serverless-enable-api-logs)**
by [paulSambolin](http://github.com/paulSambolin)
Enables Coudwatch logging for API Gateway events | 
|
| **[Encode Env Var Objects - `serverless-plugin-encode-env-var-objects`](https://github.com/yonomi/serverless-plugin-encode-env-var-objects)**
by [yonomi](http://github.com/yonomi)
Serverless plugin to encode any environment variable objects. | 
|
| **[Env Generator - `serverless-env-generator`](https://github.com/DieProduktMacher/serverless-env-generator)**
by [DieProduktMacher](http://github.com/DieProduktMacher)
Manage environment variables with YAML and load them with dotenv. Supports variable encryption with KMS, multiple stages and custom profiles. | 
|
| **[Ephemeral - `serverless-ephemeral`](https://github.com/Accenture/serverless-ephemeral)**
by [Accenture](http://github.com/Accenture)
Build and include custom stateless libraries for any language | 
|
| **[Epsagon - `serverless-plugin-epsagon`](https://github.com/epsagon/serverless-plugin-epsagon)**
by [epsagon](http://github.com/epsagon)
Distributed tracing that helps you monitor and troubleshoot your serverless applications. | 
|
| **[Es Logs - `serverless-es-logs`](https://github.com/daniel-cottone/serverless-es-logs)**
by [daniel-cottone](http://github.com/daniel-cottone)
A Serverless plugin to transport logs to ElasticSearch | 
|
| **[Esbuild - `serverless-esbuild`](https://github.com/floydspace/serverless-esbuild)**
by [floydspace](http://github.com/floydspace)
Serverless plugin to bundle JavaScript and TypeScript lambdas with esbuild - an extremely fast bundler and minifier | 
|
| **[Event Body Option - `serverless-event-body-option`](https://github.com/jubel-han/serverless-event-body-option)**
by [jubel-han](http://github.com/jubel-han)
Serverless plugin that provides the extra CLI option for the invoke command to support passing the HTTP body data. | 
|
| **[Event Constant Inputs - `serverless-event-constant-inputs`](https://github.com/dittto/serverless-event-constant-inputs)**
by [dittto](http://github.com/dittto)
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/) | 
|
| **[Existing S3 - `serverless-plugin-existing-s3`](https://github.com/matt-filion/serverless-external-s3-event)**
by [matt-filion](http://github.com/matt-filion)
Overcomes the CloudFormation limitation on attaching an event to an uncontrolled bucket, for Serverless.com 1.11.0+. | 
|
| **[Export Env - `serverless-export-env`](https://github.com/arabold/serverless-export-env)**
by [arabold](http://github.com/arabold)
Export environment variables into a .env file with automatic AWS CloudFormation reference resolution. | 
|
| **[Export Outputs - `serverless-export-outputs`](https://github.com/honarpour/serverless-export-outputs)**
by [honarpour](http://github.com/honarpour)
A Serverless plugin for exporting AWS stack outputs to a file | 
|
| **[Express - `serverless-express`](https://github.com/mikestaub/serverless-express)**
by [mikestaub](http://github.com/mikestaub)
Making express app development compatible with serverless framework. | 
|
| **[External Sns Events - `serverless-plugin-external-sns-events`](https://github.com/silvermine/serverless-plugin-external-sns-events)**
by [silvermine](http://github.com/silvermine)
Add ability for functions to use existing or external SNS topics as an event source | 
|
| **[Externals Plugin - `serverless-externals-plugin`](https://github.com/hansottowirtz/serverless-externals-plugin)**
by [hansottowirtz](http://github.com/hansottowirtz)
Only include listed node modules and their dependencies in Serverless, with support for Rollup and Webpack | 
|
| **[Fargate - `serverless-fargate`](https://github.com/eddmann/serverless-fargate)**
by [eddmann](http://github.com/eddmann)
Maintain long-running Fargate tasks within your Serverless project | 
|
| **[Fargate Tasks - `serverless-fargate-tasks`](https://github.com/svdgraaf/serverless-fargate-tasks)**
by [svdgraaf](http://github.com/svdgraaf)
A plugin to run fargate tasks as part of your Serverless project | 
|
| **[Fastdeploy - `serverless-plugin-fastdeploy`](https://github.com/aronim/serverless-plugin-fastdeploy)**
by [aronim](http://github.com/aronim)
Serverless Plugin to perform fast deployments for large service packages. | 
|
| **[Finch - `serverless-finch`](https://github.com/fernando-mc/serverless-finch)**
by [fernando-mc](http://github.com/fernando-mc)
A Serverless plugin to deploy static website assets to AWS S3. | 
|
| **[Frontend Plugin - `serverless-frontend-plugin`](https://github.com/rogersgt/serverless-frontend-plugin)**
by [rogersgt](http://github.com/rogersgt)
Deploy any type of frontend on AWS Cloudfront with Https/SSL termination with your serverless deployments. Integrates with serverless-offline for local development. | 
|
| **[Fullstack - `fullstack-serverless`](https://github.com/MadSkills-io/fullstack-serverless)**
by [MadSkills-io](http://github.com/MadSkills-io)
A Serverless plugin to create an AWS CloudFront distribution that serves static web content from S3 and routes API traffic to API Gateway. | 
|
| **[Function Outputs - `serverless-function-outputs`](https://github.com/RogerBarreto/serverless-function-outputs)**
by [RogerBarreto](http://github.com/RogerBarreto)
Adds function Name and ARN outputs without version suffix | 
|
| **[Functions Base Path - `serverless-functions-base-path`](https://github.com/kevinrambaud/serverless-functions-base-path)**
by [kevinrambaud](http://github.com/kevinrambaud)
Easily define a base path where your serverless functions are located. | 
|
| **[Git Commit Tracker - `serverless-git-commit-tracker`](https://github.com/optimator999/serverless-git-commit-tracker)**
by [optimator999](http://github.com/optimator999)
Generates a version tracking file for web or API deployment containing the latest git commit version number, deployment stage, and date | 
|
| **[Git Variables - `serverless-plugin-git-variables`](https://github.com/jacob-meacham/serverless-plugin-git-variables)**
by [jacob-meacham](http://github.com/jacob-meacham)
A Serverless plugin to expose git variables (branch name, HEAD description, full commit hash) to your serverless services | 
|
| **[Go - `go-serverless`](https://github.com/thepauleh/goserverless)**
by [thepauleh](http://github.com/thepauleh)
GoFormation for Serverless. Create serverless configs with Go Structs. | 
|
| **[Go Build - `serverless-go-build`](https://github.com/sean9keenan/serverless-go-build)**
by [sean9keenan](http://github.com/sean9keenan)
Build go source files (or public functions) using yml definition file | 
|
| **[Google Cloudfunctions - `serverless-google-cloudfunctions`](https://github.com/serverless/serverless-google-cloudfunctions)**
by [serverless](http://github.com/serverless)
This plugin enables support for Google Cloud Functions within the Serverless Framework. | 
|
| **[Graphiql - `serverless-plugin-graphiql`](https://github.com/bencooling/serverless-plugin-graphiql)**
by [bencooling](http://github.com/bencooling)
A Serverless plugin to run a local http server for graphiql and your graphql handler | 
|
| **[Gulp - `serverless-gulp`](https://github.com/rhythminme/serverless-gulp)**
by [rhythminme](http://github.com/rhythminme)
A thin task wrapper around @goserverless that allows you to automate build, test and deploy tasks using gulp | 
|
| **[Haskell - `serverless-haskell`](https://github.com/seek-oss/serverless-haskell)**
by [seek-oss](http://github.com/seek-oss)
Deploying Haskell applications to AWS Lambda with Serverless | 
|
| **[Hooks - `serverless-hooks`](https://github.com/jlopez/serverless-hooks)**
by [jlopez](http://github.com/jlopez)
Run npm scripts on serverless hook events | 
|
| **[Hooks Plugin - `serverless-hooks-plugin`](https://github.com/uswitch/serverless-hooks-plugin)**
by [uswitch](http://github.com/uswitch)
Run arbitrary commands on any lifecycle event in serverless | 
|
| **[Http - `serverless-http`](https://github.com/dougmoscrop/serverless-http)**
by [dougmoscrop](http://github.com/dougmoscrop)
Use your existing middleware framework (e.g. Express, Koa) in AWS Lambda | 
|
| **[Http Invoker - `serverless-http-invoker`](https://github.com/activescott/serverless-http-invoker)**
by [activescott](http://github.com/activescott)
Locally invoke Serverless functions via their HTTP event as specified in Serverless.yml. It makes it easy to test not only your handler logic, but also ensures that you have your http events setup properly in serverless.yml without deploying. | 
|
| **[Iam Checker - `serverless-plugin-iam-checker`](https://github.com/manwaring/serverless-plugin-iam-checker)**
by [manwaring](http://github.com/manwaring)
Helps automate security controls by preventing overly broad IAM permissions via customizable rules for both actions and resource references. Ships with restrictive defaults and supports custom rule configurations via serverless.yml and environment variables | 
|
| **[Iam Roles Per Function - `serverless-iam-roles-per-function`](https://github.com/functionalone/serverless-iam-roles-per-function)**
by [functionalone](http://github.com/functionalone)
Serverless Plugin for easily defining IAM roles per function via the use of iamRoleStatements at the function level. | 
|
| **[Ifelse - `serverless-plugin-ifelse`](https://github.com/anantab/serverless-plugin-ifelse)**
by [anantab](http://github.com/anantab)
A Serverless Plugin to write If Else conditions in serverless YAML file | 
|
| **[Ignore - `serverless-ignore`](https://github.com/nya1/serverless-ignore)**
by [nya1](http://github.com/nya1)
Serverless plugin to ignore files (.slsignore) | 
|
| **[Import Apigateway - `serverless-import-apigateway`](https://github.com/mikesouza/serverless-import-apigateway)**
by [mikesouza](http://github.com/mikesouza)
Dynamically import an existing AWS API Gateway into your Serverless stack | 
|
| **[Import Config Plugin - `serverless-import-config-plugin`](https://github.com/KrysKruk/serverless-import-config-plugin)**
by [KrysKruk](http://github.com/KrysKruk)
Import YAML files in serverless.yaml config file | 
|
| **[Include Dependencies - `serverless-plugin-include-dependencies`](https://github.com/dougmoscrop/serverless-plugin-include-dependencies)**
by [dougmoscrop](http://github.com/dougmoscrop)
This is a Serverless plugin that should make your deployed functions smaller. | 
|
| **[Ini Env - `serverless-ini-env`](https://github.com/agutoli/serverless-ini-env)**
by [agutoli](http://github.com/agutoli)
Nice Serverless plugin to setup environment variables with ini file | 
|
| **[Inject Dependencies - `serverless-plugin-inject-dependencies`](https://github.com/loanmarket/serverless-plugin-inject-dependencies)**
by [loanmarket](http://github.com/loanmarket)
Painlessly deploy serverless projects with only the required dependencies. | 
|
| **[Introspect - `serverless-introspect`](https://github.com/jlopez/serverless-introspect)**
by [jlopez](http://github.com/jlopez)
Introspect serverless internals to aid plugin development | 
|
| **[Iopipe - `serverless-plugin-iopipe`](https://github.com/iopipe/serverless-plugin-iopipe)**
by [iopipe](http://github.com/iopipe)
See inside your Lambda functions with high fidelity metrics and monitoring. | 
|
| **[Iopipe Layers - `serverless-iopipe-layers`](https://github.com/iopipe/serverless-iopipe-layers)**
by [iopipe](http://github.com/iopipe)
Monitor, observe and profile your AWS Lambda functions without a code change | 
|
| **[Iot Local - `serverless-iot-local`](https://github.com/tradle/serverless-iot-local)**
by [tradle](http://github.com/tradle)
AWS Iot events with serverless-offline | 
|
| **[Iot Offline - `serverless-iot-offline`](https://github.com/mitipi/serverless-iot-offline)**
by [mitipi](http://github.com/mitipi)
Serverless plugin that emulates AWS IoT service | 
|
| **[Jest Plugin - `serverless-jest-plugin`](https://github.com/SC5/serverless-jest-plugin)**
by [SC5](http://github.com/SC5)
A Serverless Plugin for the Serverless Framework which adds support for test-driven development using Jest | 
|
| **[Jetpack - `serverless-jetpack`](https://github.com/FormidableLabs/serverless-jetpack)**
by [FormidableLabs](http://github.com/FormidableLabs)
A faster JavaScript packager for Serverless applications | 
|
| **[Justauthenticateme Plugin - `serverless-justauthenticateme-plugin`](https://github.com/CoalesceSoftware/serverless-justauthenticateme-plugin)**
by [CoalesceSoftware](http://github.com/CoalesceSoftware)
Use JustAuthenticateMe to easily authenticate users before hitting your lambdas | 
|
| **[Kms Grants - `serverless-kms-grants`](https://github.com/deep-security/serverless-kms-grants)**
by [deep-security](http://github.com/deep-security)
Create and revoke grants for AWS Lambda functions to use KMS keys. | 
|
| **[Kms Secrets - `serverless-kms-secrets`](https://github.com/SC5/serverless-kms-secrets)**
by [SC5](http://github.com/SC5)
Allows to easily encrypt and decrypt secrets using KMS from the serverless CLI | 
|
| **[Kubeless - `serverless-kubeless`](https://github.com/serverless/serverless-kubeless)**
by [serverless](http://github.com/serverless)
Serverless plugin for deploying functions to Kubeless. | 
|
| **[Kubeless Offline - `serverless-kubeless-offline`](https://github.com/usefulio/serverless-kubeless-offline)**
by [usefulio](http://github.com/usefulio)
Simulates Kubeless NodeJS runtimes to run/call your functions offline using the Serverless Framework. | 
|
| **[Kumologica - `kumologica-serverless-plugin`](https://github.com/KumologicaHQ/kumologica-serverless-plugin)**
by [KumologicaHQ](http://github.com/KumologicaHQ)
Plugin to package and deploy Kumologica flow into AWS | 
|
| **[Lambda Dead Letter - `serverless-plugin-lambda-dead-letter`](https://github.com/gmetzker/serverless-plugin-lambda-dead-letter)**
by [gmetzker](http://github.com/gmetzker)
A Serverless plugin that can configure a lambda with a dead letter queue or topic | 
|
| **[Lambda Edge - `serverless-plugin-lambda-edge`](https://github.com/isudzumi/serverless-plugin-lambda-edge)**
by [isudzumi](http://github.com/isudzumi)
Plugin for Lambda@Edge, just associating your Lambda function with existing CloudFront distribution via AWS SDK | ![Github Stars](https://img.shields.io/gith