An open API service indexing awesome lists of open source software.

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 –

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. | ![Github Stars](https://img.shields.io/github/stars/agiledigital/serverless-sns-sqs-lambda.svg?label=Stars&style=for-the-badge)
![NPM Downloads](https://img.shields.io/npm/dt/@agiledigital/serverless-sns-sqs-lambda.svg?label=Downloads&style=for-the-badge)|
| **[@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. | ![Github Stars](https://img.shields.io/github/stars/digitalmaas/serverless-plugin-sqs-alarms.svg?label=Stars&style=for-the-badge)
![NPM Downloads](https://img.shields.io/npm/dt/@digitalmaas/serverless-plugin-sqs-alarms.svg?label=Downloads&style=for-the-badge)|
| **[@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 | ![Github Stars](https://img.shields.io/github/stars/EndemolShineGroup/serverless-dynamodb-autoscaler.svg?label=Stars&style=for-the-badge)
![NPM Downloads](https://img.shields.io/npm/dt/@endemolshinegroup/serverless-dynamodb-autoscaler.svg?label=Downloads&style=for-the-badge)|
| **[@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. | ![Github Stars](https://img.shields.io/github/stars/jefer590/serverless-offline-step-functions.svg?label=Stars&style=for-the-badge)
![NPM Downloads](https://img.shields.io/npm/dt/@fernthedev/serverless-offline-step-functions.svg?label=Downloads&style=for-the-badge)|
| **[@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. | ![Github Stars](https://img.shields.io/github/stars/haftahave/serverless-ses-template.svg?label=Stars&style=for-the-badge)
![NPM Downloads](https://img.shields.io/npm/dt/@haftahave/serverless-ses-template.svg?label=Downloads&style=for-the-badge)|
| **[@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. | ![Github Stars](https://img.shields.io/github/stars/hybridless/serverless-ecs-plugin.svg?label=Stars&style=for-the-badge)
![NPM Downloads](https://img.shields.io/npm/dt/@hybridless/serverless-ecs-plugin.svg?label=Downloads&style=for-the-badge)|
| **[@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 | ![Github Stars](https://img.shields.io/github/stars/failsafe-engineering/serverless-aws-apigateway-documentation.svg?label=Stars&style=for-the-badge)
![NPM Downloads](https://img.shields.io/npm/dt/@kakkuk/serverless-aws-apigateway-documentation.svg?label=Downloads&style=for-the-badge)|
| **[@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. | ![Github Stars](https://img.shields.io/github/stars/failsafe-engineering/serverless-aws-lambda-dynamic-trigger.svg?label=Stars&style=for-the-badge)
![NPM Downloads](https://img.shields.io/npm/dt/@kakkuk/serverless-aws-lambda-dynamic-trigger.svg?label=Downloads&style=for-the-badge)|
| **[@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. | ![Github Stars](https://img.shields.io/github/stars/org-redtea/serverless-env-generator.svg?label=Stars&style=for-the-badge)
![NPM Downloads](https://img.shields.io/npm/dt/@redtea/serverless-env-generator.svg?label=Downloads&style=for-the-badge)|
| **[@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. | ![Github Stars](https://img.shields.io/github/stars/stratiformdigital/serverless-iam-helper.svg?label=Stars&style=for-the-badge)
![NPM Downloads](https://img.shields.io/npm/dt/@stratiformdigital/serverless-iam-helper.svg?label=Downloads&style=for-the-badge)|
| **[@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 | ![Github Stars](https://img.shields.io/github/stars/stratiformdigital/serverless-idempotency-helper.svg?label=Stars&style=for-the-badge)
![NPM Downloads](https://img.shields.io/npm/dt/@stratiformdigital/serverless-idempotency-helper.svg?label=Downloads&style=for-the-badge)|
| **[@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. | ![Github Stars](https://img.shields.io/github/stars/stratiformdigital/serverless-online.svg?label=Stars&style=for-the-badge)
![NPM Downloads](https://img.shields.io/npm/dt/@stratiformdigital/serverless-online.svg?label=Downloads&style=for-the-badge)|
| **[@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 | ![Github Stars](https://img.shields.io/github/stars/stratiformdigital/serverless-s3-security-helper.svg?label=Stars&style=for-the-badge)
![NPM Downloads](https://img.shields.io/npm/dt/@stratiformdigital/serverless-s3-security-helper.svg?label=Downloads&style=for-the-badge)|
| **[@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 | ![Github Stars](https://img.shields.io/github/stars/UnlyEd/serverless-env-copy-plugin.svg?label=Stars&style=for-the-badge)
![NPM Downloads](https://img.shields.io/npm/dt/@unly/serverless-env-copy-plugin.svg?label=Downloads&style=for-the-badge)|
| **[@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 | ![Github Stars](https://img.shields.io/github/stars/UnlyEd/serverless-plugin-dynamodb-backups.svg?label=Stars&style=for-the-badge)
![NPM Downloads](https://img.shields.io/npm/dt/@unly/serverless-plugin-dynamodb-backups.svg?label=Downloads&style=for-the-badge)|
| **[@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 | ![Github Stars](https://img.shields.io/github/stars/vulcancreative/serverless-storage.svg?label=Stars&style=for-the-badge)
![NPM Downloads](https://img.shields.io/npm/dt/@vulcancreative/serverless-storage.svg?label=Downloads&style=for-the-badge)|
| **[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 | ![Github Stars](https://img.shields.io/github/stars/kandsten/serverless-plugin-1password.svg?label=Stars&style=for-the-badge)
![NPM Downloads](https://img.shields.io/npm/dt/serverless-plugin-1password.svg?label=Downloads&style=for-the-badge)|
| **[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. | ![Github Stars](https://img.shields.io/github/stars/rrahul963/serverless-add-api-key.svg?label=Stars&style=for-the-badge)
![NPM Downloads](https://img.shields.io/npm/dt/serverless-add-api-key.svg?label=Downloads&style=for-the-badge)|
| **[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 | ![Github Stars](https://img.shields.io/github/stars/rajington/serverless-alexa-plugin.svg?label=Stars&style=for-the-badge)
![NPM Downloads](https://img.shields.io/npm/dt/serverless-alexa-plugin.svg?label=Downloads&style=for-the-badge)|
| **[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. | ![Github Stars](https://img.shields.io/github/stars/marcy-terui/serverless-alexa-skills.svg?label=Stars&style=for-the-badge)
![NPM Downloads](https://img.shields.io/npm/dt/serverless-alexa-skills.svg?label=Downloads&style=for-the-badge)|
| **[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 | ![Github Stars](https://img.shields.io/github/stars/aliyun/serverless-aliyun-function-compute.svg?label=Stars&style=for-the-badge)
![NPM Downloads](https://img.shields.io/npm/dt/serverless-aliyun-function-compute.svg?label=Downloads&style=for-the-badge)|
| **[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 | ![Github Stars](https://img.shields.io/github/stars/nikaera/serverless-amplify-auth.svg?label=Stars&style=for-the-badge)
![NPM Downloads](https://img.shields.io/npm/dt/serverless-amplify-auth.svg?label=Downloads&style=for-the-badge)|
| **[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. | ![Github Stars](https://img.shields.io/github/stars/Droplr/serverless-api-cloudfront.svg?label=Stars&style=for-the-badge)
![NPM Downloads](https://img.shields.io/npm/dt/serverless-api-cloudfront.svg?label=Downloads&style=for-the-badge)|
| **[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 | ![Github Stars](https://img.shields.io/github/stars/evgenykireev/serverless-api-compression.svg?label=Stars&style=for-the-badge)
![NPM Downloads](https://img.shields.io/npm/dt/serverless-api-compression.svg?label=Downloads&style=for-the-badge)|
| **[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 | ![Github Stars](https://img.shields.io/github/stars/DianaIonita/serverless-api-gateway-caching.svg?label=Stars&style=for-the-badge)
![NPM Downloads](https://img.shields.io/npm/dt/serverless-api-gateway-caching.svg?label=Downloads&style=for-the-badge)|
| **[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. | ![Github Stars](https://img.shields.io/github/stars/mikepatrick/api-gateway-stage-tag-plugin.svg?label=Stars&style=for-the-badge)
![NPM Downloads](https://img.shields.io/npm/dt/api-gateway-stage-tag-plugin.svg?label=Downloads&style=for-the-badge)|
| **[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 | ![Github Stars](https://img.shields.io/github/stars/DianaIonita/serverless-api-gateway-throttling.svg?label=Stars&style=for-the-badge)
![NPM Downloads](https://img.shields.io/npm/dt/serverless-api-gateway-throttling.svg?label=Downloads&style=for-the-badge)|
| **[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. | ![Github Stars](https://img.shields.io/github/stars/leftclickben/serverless-api-stage.svg?label=Stars&style=for-the-badge)
![NPM Downloads](https://img.shields.io/npm/dt/serverless-api-stage.svg?label=Downloads&style=for-the-badge)|
| **[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 | ![Github Stars](https://img.shields.io/github/stars/onlicar/serverless-apib-validator.svg?label=Stars&style=for-the-badge)
![NPM Downloads](https://img.shields.io/npm/dt/serverless-apib-validator.svg?label=Downloads&style=for-the-badge)|
| **[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. | ![Github Stars](https://img.shields.io/github/stars/sdd/serverless-apig-s3.svg?label=Stars&style=for-the-badge)
![NPM Downloads](https://img.shields.io/npm/dt/serverless-apig-s3.svg?label=Downloads&style=for-the-badge)|
| **[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. | ![Github Stars](https://img.shields.io/github/stars/dvla/serverless-apigateway-log-retention.svg?label=Stars&style=for-the-badge)
![NPM Downloads](https://img.shields.io/npm/dt/serverless-apigateway-log-retention.svg?label=Downloads&style=for-the-badge)|
| **[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 | ![Github Stars](https://img.shields.io/github/stars/GFG/serverless-apigateway-plugin.svg?label=Stars&style=for-the-badge)
![NPM Downloads](https://img.shields.io/npm/dt/serverless-apigateway-plugin.svg?label=Downloads&style=for-the-badge)|
| **[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) | ![Github Stars](https://img.shields.io/github/stars/talbotp/serverless-apigateway-route-settings.svg?label=Stars&style=for-the-badge)
![NPM Downloads](https://img.shields.io/npm/dt/serverless-apigateway-route-settings.svg?label=Downloads&style=for-the-badge)|
| **[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. | ![Github Stars](https://img.shields.io/github/stars/horike37/serverless-apigateway-service-proxy.svg?label=Stars&style=for-the-badge)
![NPM Downloads](https://img.shields.io/npm/dt/serverless-apigateway-service-proxy.svg?label=Downloads&style=for-the-badge)|
| **[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. | ![Github Stars](https://img.shields.io/github/stars/CodeRecipe-dev/serverless-apigw-sqs-plugin.svg?label=Stars&style=for-the-badge)
![NPM Downloads](https://img.shields.io/npm/dt/serverless-plugin-apigateway-sqs.svg?label=Downloads&style=for-the-badge)|
| **[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 | ![Github Stars](https://img.shields.io/github/stars/microgamma/microgamma.svg?label=Stars&style=for-the-badge)
![NPM Downloads](https://img.shields.io/npm/dt/serverless-apigator.svg?label=Downloads&style=for-the-badge)|
| **[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. | ![Github Stars](https://img.shields.io/github/stars/maciejtreder/serverless-apigw-binary.svg?label=Stars&style=for-the-badge)
![NPM Downloads](https://img.shields.io/npm/dt/serverless-apigw-binary.svg?label=Downloads&style=for-the-badge)|
| **[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 | ![Github Stars](https://img.shields.io/github/stars/ryanmurakami/serverless-apigwy-binary.svg?label=Stars&style=for-the-badge)
![NPM Downloads](https://img.shields.io/npm/dt/serverless-apigwy-binary.svg?label=Downloads&style=for-the-badge)|
| **[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 | ![Github Stars](https://img.shields.io/github/stars/Imran99/serverless-plugin-apollo-graphql-federation.svg?label=Stars&style=for-the-badge)
![NPM Downloads](https://img.shields.io/npm/dt/serverless-plugin-apollo-graphql-federation.svg?label=Downloads&style=for-the-badge)|
| **[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 | ![Github Stars](https://img.shields.io/github/stars/GaaraZhu/serverless-app-client-credentials-to-ssm.svg?label=Stars&style=for-the-badge)
![NPM Downloads](https://img.shields.io/npm/dt/serverless-app-client-credentials-to-ssm.svg?label=Downloads&style=for-the-badge)|
| **[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 | ![Github Stars](https://img.shields.io/github/stars/aheissenberger/serverless-appsync-offline.svg?label=Stars&style=for-the-badge)
![NPM Downloads](https://img.shields.io/npm/dt/serverless-appsync-offline.svg?label=Downloads&style=for-the-badge)|
| **[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 | ![Github Stars](https://img.shields.io/github/stars/sid88in/serverless-appsync-plugin.svg?label=Stars&style=for-the-badge)
![NPM Downloads](https://img.shields.io/npm/dt/serverless-appsync-plugin.svg?label=Downloads&style=for-the-badge)|
| **[Appsync Simulator - `serverless-appsync-simulator`](https://github.com/bboure/serverless-appsync-simulator)**
by [bboure](http://github.com/bboure)
Offline support for serverless-appsync-plugin | ![Github Stars](https://img.shields.io/github/stars/bboure/serverless-appsync-simulator.svg?label=Stars&style=for-the-badge)
![NPM Downloads](https://img.shields.io/npm/dt/serverless-appsync-simulator.svg?label=Downloads&style=for-the-badge)|
| **[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 | ![Github Stars](https://img.shields.io/github/stars/mikesouza/serverless-associate-waf.svg?label=Stars&style=for-the-badge)
![NPM Downloads](https://img.shields.io/npm/dt/serverless-associate-waf.svg?label=Downloads&style=for-the-badge)|
| **[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. | ![Github Stars](https://img.shields.io/github/stars/Nordstrom/serverless-attach-managed-policy.svg?label=Stars&style=for-the-badge)
![NPM Downloads](https://img.shields.io/npm/dt/serverless-attach-managed-policy.svg?label=Downloads&style=for-the-badge)|
| **[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 | ![Github Stars](https://img.shields.io/github/stars/ACloudGuru/serverless-plugin-aws-alerts.svg?label=Stars&style=for-the-badge)
![NPM Downloads](https://img.shields.io/npm/dt/serverless-plugin-aws-alerts.svg?label=Downloads&style=for-the-badge)|
| **[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. | ![Github Stars](https://img.shields.io/github/stars/serverless-heaven/serverless-aws-alias.svg?label=Stars&style=for-the-badge)
![NPM Downloads](https://img.shields.io/npm/dt/serverless-aws-alias.svg?label=Downloads&style=for-the-badge)|
| **[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 | ![Github Stars](https://img.shields.io/github/stars/awslabs/aws-amplify-serverless-plugin.svg?label=Stars&style=for-the-badge)
![NPM Downloads](https://img.shields.io/npm/dt/aws-amplify-serverless-plugin.svg?label=Downloads&style=for-the-badge)|
| **[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 | ![Github Stars](https://img.shields.io/github/stars/rubentrancoso/aws-cognito-idp-userpool-domain.svg?label=Stars&style=for-the-badge)
![NPM Downloads](https://img.shields.io/npm/dt/aws-cognito-idp-userpool-domain.svg?label=Downloads&style=for-the-badge)|
| **[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 | ![Github Stars](https://img.shields.io/github/stars/kangcifong/serverless-plugin-aws-contributor-insights.svg?label=Stars&style=for-the-badge)
![NPM Downloads](https://img.shields.io/npm/dt/serverless-plugin-aws-contributor-insights.svg?label=Downloads&style=for-the-badge)|
| **[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 | ![Github Stars](https://img.shields.io/github/stars/deliveryhero/serverless-aws-documentation.svg?label=Stars&style=for-the-badge)
![NPM Downloads](https://img.shields.io/npm/dt/serverless-aws-documentation.svg?label=Downloads&style=for-the-badge)|
| **[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 | ![Github Stars](https://img.shields.io/github/stars/wangsha/serverless-aws-function-url-custom-domain.svg?label=Stars&style=for-the-badge)
![NPM Downloads](https://img.shields.io/npm/dt/serverless-aws-function-url-custom-domain.svg?label=Downloads&style=for-the-badge)|
| **[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. | ![Github Stars](https://img.shields.io/github/stars/Inqnuam/serverless-aws-lambda.svg?label=Stars&style=for-the-badge)
![NPM Downloads](https://img.shields.io/npm/dt/serverless-aws-lambda.svg?label=Downloads&style=for-the-badge)|
| **[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! | ![Github Stars](https://img.shields.io/github/stars/concon121/serverless-plugin-nested-stacks.svg?label=Stars&style=for-the-badge)
![NPM Downloads](https://img.shields.io/npm/dt/serverless-aws-nested-stacks.svg?label=Downloads&style=for-the-badge)|
| **[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 | ![Github Stars](https://img.shields.io/github/stars/DopplerLabs/serverless-plugin-aws-resolvers.svg?label=Stars&style=for-the-badge)
![NPM Downloads](https://img.shields.io/npm/dt/serverless-plugin-aws-resolvers.svg?label=Downloads&style=for-the-badge)|
| **[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. | ![Github Stars](https://img.shields.io/github/stars/concon121/serverless-plugin-aws-resource-names.svg?label=Stars&style=for-the-badge)
![NPM Downloads](https://img.shields.io/npm/dt/serverless-aws-resource-names.svg?label=Downloads&style=for-the-badge)|
| **[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. | ![Github Stars](https://img.shields.io/github/stars/activescott/serverless-aws-static-file-handler.svg?label=Stars&style=for-the-badge)
![NPM Downloads](https://img.shields.io/npm/dt/serverless-aws-static-file-handler.svg?label=Downloads&style=for-the-badge)|
| **[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. | ![Github Stars](https://img.shields.io/github/stars/serverless/serverless-azure-functions.svg?label=Stars&style=for-the-badge)
![NPM Downloads](https://img.shields.io/npm/dt/serverless-azure-functions.svg?label=Downloads&style=for-the-badge)|
| **[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 | ![Github Stars](https://img.shields.io/github/stars/svdgraaf/serverless-basic-authentication.svg?label=Stars&style=for-the-badge)
![NPM Downloads](https://img.shields.io/npm/dt/serverless-basic-authentication.svg?label=Downloads&style=for-the-badge)|
| **[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 | ![Github Stars](https://img.shields.io/github/stars/bespoken/serverless-plugin-bespoken.svg?label=Stars&style=for-the-badge)
![NPM Downloads](https://img.shields.io/npm/dt/serverless-plugin-bespoken.svg?label=Downloads&style=for-the-badge)|
| **[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. | ![Github Stars](https://img.shields.io/github/stars/thomasmichaelwallace/serverless-better-credentials.svg?label=Stars&style=for-the-badge)
![NPM Downloads](https://img.shields.io/npm/dt/serverless-better-credentials.svg?label=Downloads&style=for-the-badge)|
| **[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 | ![Github Stars](https://img.shields.io/github/stars/jacob-meacham/serverless-plugin-bind-deployment-id.svg?label=Stars&style=for-the-badge)
![NPM Downloads](https://img.shields.io/npm/dt/serverless-plugin-bind-deployment-id.svg?label=Downloads&style=for-the-badge)|
| **[Bref - `bref`](https://github.com/brefphp/bref)**
by [brefphp](http://github.com/brefphp)
Deploy serverless PHP applications to AWS Lambda | ![Github Stars](https://img.shields.io/github/stars/brefphp/bref.svg?label=Stars&style=for-the-badge)
![NPM Downloads](https://img.shields.io/npm/dt/bref.svg?label=Downloads&style=for-the-badge)|
| **[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. | ![Github Stars](https://img.shields.io/github/stars/digitalmaas/serverless-plugin-browserifier.svg?label=Stars&style=for-the-badge)
![NPM Downloads](https://img.shields.io/npm/dt/serverless-plugin-browserifier.svg?label=Downloads&style=for-the-badge)|
| **[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 | ![Github Stars](https://img.shields.io/github/stars/doapp-ryanp/serverless-plugin-browserify.svg?label=Stars&style=for-the-badge)
![NPM Downloads](https://img.shields.io/npm/dt/serverless-plugin-browserify.svg?label=Downloads&style=for-the-badge)|
| **[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 | ![Github Stars](https://img.shields.io/github/stars/tgfischer/serverless-build-client.svg?label=Stars&style=for-the-badge)
![NPM Downloads](https://img.shields.io/npm/dt/serverless-build-client.svg?label=Downloads&style=for-the-badge)|
| **[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. | ![Github Stars](https://img.shields.io/github/stars/nfour/serverless-build-plugin.svg?label=Stars&style=for-the-badge)
![NPM Downloads](https://img.shields.io/npm/dt/serverless-build-plugin.svg?label=Downloads&style=for-the-badge)|
| **[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 | ![Github Stars](https://img.shields.io/github/stars/davidgf/serverless-plugin-canary-deployments.svg?label=Stars&style=for-the-badge)
![NPM Downloads](https://img.shields.io/npm/dt/serverless-plugin-canary-deployments.svg?label=Downloads&style=for-the-badge)|
| **[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. | ![Github Stars](https://img.shields.io/github/stars/schwamster/serverless-certificate-creator.svg?label=Stars&style=for-the-badge)
![NPM Downloads](https://img.shields.io/npm/dt/serverless-certificate-creator.svg?label=Downloads&style=for-the-badge)|
| **[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 | ![Github Stars](https://img.shields.io/github/stars/kabo/serverless-cf-vars.svg?label=Stars&style=for-the-badge)
![NPM Downloads](https://img.shields.io/npm/dt/serverless-cf-vars.svg?label=Downloads&style=for-the-badge)|
| **[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. | ![Github Stars](https://img.shields.io/github/stars/SC5/serverless-plugin-cfauthorizer.svg?label=Stars&style=for-the-badge)
![NPM Downloads](https://img.shields.io/npm/dt/serverless-plugin-cfauthorizer.svg?label=Downloads&style=for-the-badge)|
| **[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. | ![Github Stars](https://img.shields.io/github/stars/adieuadieu/serverless-chrome/tree/master/packages/serverless-plugin.svg?label=Stars&style=for-the-badge)
![NPM Downloads](https://img.shields.io/npm/dt/serverless-plugin-chrome.svg?label=Downloads&style=for-the-badge)|
| **[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 | ![Github Stars](https://img.shields.io/github/stars/nervous-systems/serverless-cljs-plugin.svg?label=Stars&style=for-the-badge)
![NPM Downloads](https://img.shields.io/npm/dt/serverless-cljs-plugin.svg?label=Downloads&style=for-the-badge)|
| **[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) | ![Github Stars](https://img.shields.io/github/stars/cloudflare/serverless-cloudflare-workers.svg?label=Stars&style=for-the-badge)
![NPM Downloads](https://img.shields.io/npm/dt/serverless-cloudflare-workers.svg?label=Downloads&style=for-the-badge)|
| **[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. | ![Github Stars](https://img.shields.io/github/stars/trek10inc/serverless-cloudformation-changesets.svg?label=Stars&style=for-the-badge)
![NPM Downloads](https://img.shields.io/npm/dt/serverless-cloudformation-changesets.svg?label=Downloads&style=for-the-badge)|
| **[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. | ![Github Stars](https://img.shields.io/github/stars/trek10inc/serverless-cloudformation-parameter-setter.svg?label=Stars&style=for-the-badge)
![NPM Downloads](https://img.shields.io/npm/dt/serverless-cloudformation-parameter-setter.svg?label=Downloads&style=for-the-badge)|
| **[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. | ![Github Stars](https://img.shields.io/github/stars/drexler/serverless-cloudformation-resource-counter.svg?label=Stars&style=for-the-badge)
![NPM Downloads](https://img.shields.io/npm/dt/serverless-cloudformation-resource-counter.svg?label=Downloads&style=for-the-badge)|
| **[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 | ![Github Stars](https://img.shields.io/github/stars/santiagocardenas/serverless-cloudformation-sub-variables.svg?label=Stars&style=for-the-badge)
![NPM Downloads](https://img.shields.io/npm/dt/serverless-cloudformation-sub-variables.svg?label=Downloads&style=for-the-badge)|
| **[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 | ![Github Stars](https://img.shields.io/github/stars/silvermine/serverless-plugin-cloudfront-lambda-edge.svg?label=Stars&style=for-the-badge)
![NPM Downloads](https://img.shields.io/npm/dt/serverless-plugin-cloudfront-lambda-edge.svg?label=Downloads&style=for-the-badge)|
| **[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 | ![Github Stars](https://img.shields.io/github/stars/jeremydaly/serverless-cloudside-plugin.svg?label=Stars&style=for-the-badge)
![NPM Downloads](https://img.shields.io/npm/dt/serverless-cloudside-plugin.svg?label=Downloads&style=for-the-badge)|
| **[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 | ![Github Stars](https://img.shields.io/github/stars/codecentric/serverless-plugin-cloudwatch-dashboard.svg?label=Stars&style=for-the-badge)
![NPM Downloads](https://img.shields.io/npm/dt/serverless-plugin-cloudwatch-dashboard.svg?label=Downloads&style=for-the-badge)|
| **[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 | ![Github Stars](https://img.shields.io/github/stars/ACloudGuru/serverless-plugin-cloudwatch-sumologic.svg?label=Stars&style=for-the-badge)
![NPM Downloads](https://img.shields.io/npm/dt/serverless-plugin-cloudwatch-sumologic.svg?label=Downloads&style=for-the-badge)|
| **[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 | ![Github Stars](https://img.shields.io/github/stars/duanefields/serverless-coffeescript.svg?label=Stars&style=for-the-badge)
![NPM Downloads](https://img.shields.io/npm/dt/serverless-coffeescript.svg?label=Downloads&style=for-the-badge)|
| **[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 | ![Github Stars](https://img.shields.io/github/stars/GetWala/serverless-cognito-add-custom-attributes.svg?label=Stars&style=for-the-badge)
![NPM Downloads](https://img.shields.io/npm/dt/serverless-cognito-add-custom-attributes.svg?label=Downloads&style=for-the-badge)|
| **[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. | ![Github Stars](https://img.shields.io/github/stars/aronim/serverless-plugin-colocate.svg?label=Stars&style=for-the-badge)
![NPM Downloads](https://img.shields.io/npm/dt/serverless-plugin-colocate.svg?label=Downloads&style=for-the-badge)|
| **[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. | ![Github Stars](https://img.shields.io/github/stars/horike37/serverless-command-line-event-args.svg?label=Stars&style=for-the-badge)
![NPM Downloads](https://img.shields.io/npm/dt/serverless-command-line-event-args.svg?label=Downloads&style=for-the-badge)|
| **[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. | ![Github Stars](https://img.shields.io/github/stars/commercetools/serverless-commercetools-plugin.svg?label=Stars&style=for-the-badge)
![NPM Downloads](https://img.shields.io/npm/dt/serverless-commercetools-plugin.svg?label=Downloads&style=for-the-badge)|
| **[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 | ![Github Stars](https://img.shields.io/github/stars/dougmoscrop/serverless-plugin-common-excludes.svg?label=Stars&style=for-the-badge)
![NPM Downloads](https://img.shields.io/npm/dt/serverless-plugin-common-excludes.svg?label=Downloads&style=for-the-badge)|
| **[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 | ![Github Stars](https://img.shields.io/github/stars/chris-feist/serverless-plugin-composed-vars.svg?label=Stars&style=for-the-badge)
![NPM Downloads](https://img.shields.io/npm/dt/serverless-plugin-composed-vars.svg?label=Downloads&style=for-the-badge)|
| **[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. | ![Github Stars](https://img.shields.io/github/stars/go-dima/serverless-plugin-conditional-functions.svg?label=Stars&style=for-the-badge)
![NPM Downloads](https://img.shields.io/npm/dt/serverless-plugin-conditional-functions.svg?label=Downloads&style=for-the-badge)|
| **[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 | ![Github Stars](https://img.shields.io/github/stars/jlopez/serverless-configuration.svg?label=Stars&style=for-the-badge)
![NPM Downloads](https://img.shields.io/npm/dt/serverless-configuration.svg?label=Downloads&style=for-the-badge)|
| **[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. | ![Github Stars](https://img.shields.io/github/stars/teddy-gustiaux/serverless-confirm-command.svg?label=Stars&style=for-the-badge)
![NPM Downloads](https://img.shields.io/npm/dt/serverless-confirm-command.svg?label=Downloads&style=for-the-badge)|
| **[Consul Variables - `serverless-consul-variables`](https://github.com/zephrax/serverless-consul-variables)**
by [zephrax](http://github.com/zephrax)
Retrieve serverless variables from Consul kv | ![Github Stars](https://img.shields.io/github/stars/zephrax/serverless-consul-variables.svg?label=Stars&style=for-the-badge)
![NPM Downloads](https://img.shields.io/npm/dt/serverless-consul-variables.svg?label=Downloads&style=for-the-badge)|
| **[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 | ![Github Stars](https://img.shields.io/github/stars/dong-dohai/serverless-content-encoding.svg?label=Stars&style=for-the-badge)
![NPM Downloads](https://img.shields.io/npm/dt/serverless-content-encoding.svg?label=Downloads&style=for-the-badge)|
| **[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 | ![Github Stars](https://img.shields.io/github/stars/LeoPlatform/serverless-convention.svg?label=Stars&style=for-the-badge)
![NPM Downloads](https://img.shields.io/npm/dt/serverless-convention.svg?label=Downloads&style=for-the-badge)|
| **[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 | ![Github Stars](https://img.shields.io/github/stars/Imran99/serverless-create-dynamodb-global-tables-for-cf-stack.svg?label=Stars&style=for-the-badge)
![NPM Downloads](https://img.shields.io/npm/dt/serverless-create-dynamodb-global-tables-for-cf-stack.svg?label=Downloads&style=for-the-badge)|
| **[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 | ![Github Stars](https://img.shields.io/github/stars/rrahul963/serverless-create-global-dynamodb-table.svg?label=Stars&style=for-the-badge)
![NPM Downloads](https://img.shields.io/npm/dt/serverless-create-global-dynamodb-table.svg?label=Downloads&style=for-the-badge)|
| **[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. | ![Github Stars](https://img.shields.io/github/stars/martinlindenberg/serverless-plugin-cronjob.svg?label=Stars&style=for-the-badge)
![NPM Downloads](https://img.shields.io/npm/dt/serverless-plugin-cronjob.svg?label=Downloads&style=for-the-badge)|
| **[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. | ![Github Stars](https://img.shields.io/github/stars/marcy-terui/serverless-crypt.svg?label=Stars&style=for-the-badge)
![NPM Downloads](https://img.shields.io/npm/dt/serverless-crypt.svg?label=Downloads&style=for-the-badge)|
| **[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 | ![Github Stars](https://img.shields.io/github/stars/dougmoscrop/serverless-plugin-custom-domain.svg?label=Stars&style=for-the-badge)
![NPM Downloads](https://img.shields.io/npm/dt/serverless-plugin-custom-domain.svg?label=Downloads&style=for-the-badge)|
| **[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. | ![Github Stars](https://img.shields.io/github/stars/hypoport/serverless-custom-packaging-plugin.svg?label=Stars&style=for-the-badge)
![NPM Downloads](https://img.shields.io/npm/dt/serverless-custom-packaging-plugin.svg?label=Downloads&style=for-the-badge)|
| **[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. | ![Github Stars](https://img.shields.io/github/stars/AntonBazhal/serverless-plugin-custom-roles.svg?label=Stars&style=for-the-badge)
![NPM Downloads](https://img.shields.io/npm/dt/serverless-plugin-custom-roles.svg?label=Downloads&style=for-the-badge)|
| **[Dart - `serverless-plugin-dart`](https://github.com/katallaxie/serverless-dart)**
by [katallaxie](http://github.com/katallaxie)
Deploy Dart applications to AWS Lambda | ![Github Stars](https://img.shields.io/github/stars/katallaxie/serverless-dart.svg?label=Stars&style=for-the-badge)
![NPM Downloads](https://img.shields.io/npm/dt/serverless-plugin-dart.svg?label=Downloads&style=for-the-badge)|
| **[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 | ![Github Stars](https://img.shields.io/github/stars/DataDog/serverless-plugin-datadog.svg?label=Stars&style=for-the-badge)
![NPM Downloads](https://img.shields.io/npm/dt/serverless-plugin-datadog.svg?label=Downloads&style=for-the-badge)|
| **[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 | ![Github Stars](https://img.shields.io/github/stars/mutual-of-enumclaw/serverless-plugin-decouple.svg?label=Stars&style=for-the-badge)
![NPM Downloads](https://img.shields.io/npm/dt/serverless-plugin-decouple.svg?label=Downloads&style=for-the-badge)|
| **[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. | ![Github Stars](https://img.shields.io/github/stars/neverendingqs/serverless-default-aws-resource-attributes.svg?label=Stars&style=for-the-badge)
![NPM Downloads](https://img.shields.io/npm/dt/serverless-default-aws-resource-attributes.svg?label=Downloads&style=for-the-badge)|
| **[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. | ![Github Stars](https://img.shields.io/github/stars/bwinant/serverless-dependson-plugin.svg?label=Stars&style=for-the-badge)
![NPM Downloads](https://img.shields.io/npm/dt/serverless-dependson-plugin.svg?label=Downloads&style=for-the-badge)|
| **[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 | ![Github Stars](https://img.shields.io/github/stars/DopplerLabs/serverless-plugin-deploy-environment.svg?label=Stars&style=for-the-badge)
![NPM Downloads](https://img.shields.io/npm/dt/serverless-plugin-deploy-environment.svg?label=Downloads&style=for-the-badge)|
| **[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 | ![Github Stars](https://img.shields.io/github/stars/mikesouza/serverless-deployment-bucket.svg?label=Stars&style=for-the-badge)
![NPM Downloads](https://img.shields.io/npm/dt/serverless-deployment-bucket.svg?label=Downloads&style=for-the-badge)|
| **[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. | ![Github Stars](https://img.shields.io/github/stars/nicka/serverless-plugin-diff.svg?label=Stars&style=for-the-badge)
![NPM Downloads](https://img.shields.io/npm/dt/serverless-plugin-diff.svg?label=Downloads&style=for-the-badge)|
| **[Ding - `serverless-ding`](https://github.com/sidgonuts/serverless-ding)**
by [sidgonuts](http://github.com/sidgonuts)
Serverless plugin to audibly alert user after deployment | ![Github Stars](https://img.shields.io/github/stars/sidgonuts/serverless-ding.svg?label=Stars&style=for-the-badge)
![NPM Downloads](https://img.shields.io/npm/dt/serverless-ding.svg?label=Downloads&style=for-the-badge)|
| **[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. | ![Github Stars](https://img.shields.io/github/stars/economysizegeek/serverless-dir-config-plugin.svg?label=Stars&style=for-the-badge)
![NPM Downloads](https://img.shields.io/npm/dt/serverless-dir-config-plugin.svg?label=Downloads&style=for-the-badge)|
| **[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. | ![Github Stars](https://img.shields.io/github/stars/abeMedia/serverless-disable-functions.svg?label=Stars&style=for-the-badge)
![NPM Downloads](https://img.shields.io/npm/dt/serverless-disable-functions.svg?label=Downloads&style=for-the-badge)|
| **[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. | ![Github Stars](https://img.shields.io/github/stars/jweyrich/serverless-disable-request-validators.svg?label=Stars&style=for-the-badge)
![NPM Downloads](https://img.shields.io/npm/dt/serverless-disable-request-validators.svg?label=Downloads&style=for-the-badge)|
| **[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. | ![Github Stars](https://img.shields.io/github/stars/aregier/serverless-discovery-plugin.svg?label=Stars&style=for-the-badge)
![NPM Downloads](https://img.shields.io/npm/dt/serverless-discovery-plugin.svg?label=Downloads&style=for-the-badge)|
| **[Docker Artifacts - `serverless-docker-artifacts`](https://github.com/Suor/serverless-docker-artifacts)**
by [Suor](http://github.com/Suor)
Build your artifacts within docker container. | ![Github Stars](https://img.shields.io/github/stars/Suor/serverless-docker-artifacts.svg?label=Stars&style=for-the-badge)
![NPM Downloads](https://img.shields.io/npm/dt/serverless-docker-artifacts.svg?label=Downloads&style=for-the-badge)|
| **[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. | ![Github Stars](https://img.shields.io/github/stars/amplify-education/serverless-domain-manager.svg?label=Stars&style=for-the-badge)
![NPM Downloads](https://img.shields.io/npm/dt/serverless-domain-manager.svg?label=Downloads&style=for-the-badge)|
| **[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 | ![Github Stars](https://img.shields.io/github/stars/kandsten/serverless-plugin-dot-template.svg?label=Stars&style=for-the-badge)
![NPM Downloads](https://img.shields.io/npm/dt/serverless-plugin-dot-template.svg?label=Downloads&style=for-the-badge)|
| **[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 | ![Github Stars](https://img.shields.io/github/stars/Jimdo/serverless-dotenv.svg?label=Stars&style=for-the-badge)
![NPM Downloads](https://img.shields.io/npm/dt/serverless-dotenv.svg?label=Downloads&style=for-the-badge)|
| **[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. | ![Github Stars](https://img.shields.io/github/stars/infrontlabs/serverless-dotenv-plugin.svg?label=Stars&style=for-the-badge)
![NPM Downloads](https://img.shields.io/npm/dt/serverless-dotenv-plugin.svg?label=Downloads&style=for-the-badge)|
| **[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 | ![Github Stars](https://img.shields.io/github/stars/fruffin/serverless-dotnet.svg?label=Stars&style=for-the-badge)
![NPM Downloads](https://img.shields.io/npm/dt/serverless-dotnet.svg?label=Downloads&style=for-the-badge)|
| **[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. | ![Github Stars](https://img.shields.io/github/stars/sdd/serverless-dynalite.svg?label=Stars&style=for-the-badge)
![NPM Downloads](https://img.shields.io/npm/dt/serverless-dynalite.svg?label=Downloads&style=for-the-badge)|
| **[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. | ![Github Stars](https://img.shields.io/github/stars/jitsecurity/dynamo-data-transform.svg?label=Stars&style=for-the-badge)
![NPM Downloads](https://img.shields.io/npm/dt/dynamo-data-transform.svg?label=Downloads&style=for-the-badge)|
| **[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. | ![Github Stars](https://img.shields.io/github/stars/commandeer/open/tree/development/serverless-dynamo-stream-plugin.svg?label=Stars&style=for-the-badge)
![NPM Downloads](https://img.shields.io/npm/dt/serverless-dynamo-stream-plugin.svg?label=Downloads&style=for-the-badge)|
| **[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. | ![Github Stars](https://img.shields.io/github/stars/sbstjn/serverless-dynamodb-autoscaling.svg?label=Stars&style=for-the-badge)
![NPM Downloads](https://img.shields.io/npm/dt/serverless-dynamodb-autoscaling.svg?label=Downloads&style=for-the-badge)|
| **[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 | ![Github Stars](https://img.shields.io/github/stars/medikoo/serverless-plugin-dynamodb-autoscaling.svg?label=Stars&style=for-the-badge)
![NPM Downloads](https://img.shields.io/npm/dt/serverless-plugin-dynamodb-autoscaling.svg?label=Downloads&style=for-the-badge)|
| **[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. | ![Github Stars](https://img.shields.io/github/stars/99xt/serverless-dynamodb-client.svg?label=Stars&style=for-the-badge)
![NPM Downloads](https://img.shields.io/npm/dt/serverless-dynamodb-client.svg?label=Downloads&style=for-the-badge)|
| **[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 | ![Github Stars](https://img.shields.io/github/stars/chechu/serverless-dynamodb-fixtures.svg?label=Stars&style=for-the-badge)
![NPM Downloads](https://img.shields.io/npm/dt/serverless-dynamodb-fixtures.svg?label=Downloads&style=for-the-badge)|
| **[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 | ![Github Stars](https://img.shields.io/github/stars/99xt/serverless-dynamodb-local.svg?label=Stars&style=for-the-badge)
![NPM Downloads](https://img.shields.io/npm/dt/serverless-dynamodb-local.svg?label=Downloads&style=for-the-badge)|
| **[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). | ![Github Stars](https://img.shields.io/github/stars/Jimdo/serverless-dynamodb-ttl.svg?label=Stars&style=for-the-badge)
![NPM Downloads](https://img.shields.io/npm/dt/serverless-dynamodb-ttl.svg?label=Downloads&style=for-the-badge)|
| **[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. | ![Github Stars](https://img.shields.io/github/stars/rawphp/serverless-plugin-elastic-beanstalk.svg?label=Stars&style=for-the-badge)
![NPM Downloads](https://img.shields.io/npm/dt/serverless-plugin-elastic-beanstalk.svg?label=Downloads&style=for-the-badge)|
| **[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. | ![Github Stars](https://img.shields.io/github/stars/zaru/serverless-plugin-embedded-env-in-code.svg?label=Stars&style=for-the-badge)
![NPM Downloads](https://img.shields.io/npm/dt/serverless-plugin-embedded-env-in-code.svg?label=Downloads&style=for-the-badge)|
| **[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 | ![Github Stars](https://img.shields.io/github/stars/paulSambolin/serverless-enable-api-logs.svg?label=Stars&style=for-the-badge)
![NPM Downloads](https://img.shields.io/npm/dt/serverless-enable-api-logs.svg?label=Downloads&style=for-the-badge)|
| **[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. | ![Github Stars](https://img.shields.io/github/stars/yonomi/serverless-plugin-encode-env-var-objects.svg?label=Stars&style=for-the-badge)
![NPM Downloads](https://img.shields.io/npm/dt/serverless-plugin-encode-env-var-objects.svg?label=Downloads&style=for-the-badge)|
| **[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. | ![Github Stars](https://img.shields.io/github/stars/DieProduktMacher/serverless-env-generator.svg?label=Stars&style=for-the-badge)
![NPM Downloads](https://img.shields.io/npm/dt/serverless-env-generator.svg?label=Downloads&style=for-the-badge)|
| **[Ephemeral - `serverless-ephemeral`](https://github.com/Accenture/serverless-ephemeral)**
by [Accenture](http://github.com/Accenture)
Build and include custom stateless libraries for any language | ![Github Stars](https://img.shields.io/github/stars/Accenture/serverless-ephemeral.svg?label=Stars&style=for-the-badge)
![NPM Downloads](https://img.shields.io/npm/dt/serverless-ephemeral.svg?label=Downloads&style=for-the-badge)|
| **[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. | ![Github Stars](https://img.shields.io/github/stars/epsagon/serverless-plugin-epsagon.svg?label=Stars&style=for-the-badge)
![NPM Downloads](https://img.shields.io/npm/dt/serverless-plugin-epsagon.svg?label=Downloads&style=for-the-badge)|
| **[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 | ![Github Stars](https://img.shields.io/github/stars/daniel-cottone/serverless-es-logs.svg?label=Stars&style=for-the-badge)
![NPM Downloads](https://img.shields.io/npm/dt/serverless-es-logs.svg?label=Downloads&style=for-the-badge)|
| **[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 | ![Github Stars](https://img.shields.io/github/stars/floydspace/serverless-esbuild.svg?label=Stars&style=for-the-badge)
![NPM Downloads](https://img.shields.io/npm/dt/serverless-esbuild.svg?label=Downloads&style=for-the-badge)|
| **[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. | ![Github Stars](https://img.shields.io/github/stars/jubel-han/serverless-event-body-option.svg?label=Stars&style=for-the-badge)
![NPM Downloads](https://img.shields.io/npm/dt/serverless-event-body-option.svg?label=Downloads&style=for-the-badge)|
| **[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/) | ![Github Stars](https://img.shields.io/github/stars/dittto/serverless-event-constant-inputs.svg?label=Stars&style=for-the-badge)
![NPM Downloads](https://img.shields.io/npm/dt/serverless-event-constant-inputs.svg?label=Downloads&style=for-the-badge)|
| **[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+. | ![Github Stars](https://img.shields.io/github/stars/matt-filion/serverless-external-s3-event.svg?label=Stars&style=for-the-badge)
![NPM Downloads](https://img.shields.io/npm/dt/serverless-plugin-existing-s3.svg?label=Downloads&style=for-the-badge)|
| **[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. | ![Github Stars](https://img.shields.io/github/stars/arabold/serverless-export-env.svg?label=Stars&style=for-the-badge)
![NPM Downloads](https://img.shields.io/npm/dt/serverless-export-env.svg?label=Downloads&style=for-the-badge)|
| **[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 | ![Github Stars](https://img.shields.io/github/stars/honarpour/serverless-export-outputs.svg?label=Stars&style=for-the-badge)
![NPM Downloads](https://img.shields.io/npm/dt/serverless-export-outputs.svg?label=Downloads&style=for-the-badge)|
| **[Express - `serverless-express`](https://github.com/mikestaub/serverless-express)**
by [mikestaub](http://github.com/mikestaub)
Making express app development compatible with serverless framework. | ![Github Stars](https://img.shields.io/github/stars/mikestaub/serverless-express.svg?label=Stars&style=for-the-badge)
![NPM Downloads](https://img.shields.io/npm/dt/serverless-express.svg?label=Downloads&style=for-the-badge)|
| **[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 | ![Github Stars](https://img.shields.io/github/stars/silvermine/serverless-plugin-external-sns-events.svg?label=Stars&style=for-the-badge)
![NPM Downloads](https://img.shields.io/npm/dt/serverless-plugin-external-sns-events.svg?label=Downloads&style=for-the-badge)|
| **[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 | ![Github Stars](https://img.shields.io/github/stars/hansottowirtz/serverless-externals-plugin.svg?label=Stars&style=for-the-badge)
![NPM Downloads](https://img.shields.io/npm/dt/serverless-externals-plugin.svg?label=Downloads&style=for-the-badge)|
| **[Fargate - `serverless-fargate`](https://github.com/eddmann/serverless-fargate)**
by [eddmann](http://github.com/eddmann)
Maintain long-running Fargate tasks within your Serverless project | ![Github Stars](https://img.shields.io/github/stars/eddmann/serverless-fargate.svg?label=Stars&style=for-the-badge)
![NPM Downloads](https://img.shields.io/npm/dt/serverless-fargate.svg?label=Downloads&style=for-the-badge)|
| **[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 | ![Github Stars](https://img.shields.io/github/stars/svdgraaf/serverless-fargate-tasks.svg?label=Stars&style=for-the-badge)
![NPM Downloads](https://img.shields.io/npm/dt/serverless-fargate-tasks.svg?label=Downloads&style=for-the-badge)|
| **[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. | ![Github Stars](https://img.shields.io/github/stars/aronim/serverless-plugin-fastdeploy.svg?label=Stars&style=for-the-badge)
![NPM Downloads](https://img.shields.io/npm/dt/serverless-plugin-fastdeploy.svg?label=Downloads&style=for-the-badge)|
| **[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. | ![Github Stars](https://img.shields.io/github/stars/fernando-mc/serverless-finch.svg?label=Stars&style=for-the-badge)
![NPM Downloads](https://img.shields.io/npm/dt/serverless-finch.svg?label=Downloads&style=for-the-badge)|
| **[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. | ![Github Stars](https://img.shields.io/github/stars/rogersgt/serverless-frontend-plugin.svg?label=Stars&style=for-the-badge)
![NPM Downloads](https://img.shields.io/npm/dt/serverless-frontend-plugin.svg?label=Downloads&style=for-the-badge)|
| **[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. | ![Github Stars](https://img.shields.io/github/stars/MadSkills-io/fullstack-serverless.svg?label=Stars&style=for-the-badge)
![NPM Downloads](https://img.shields.io/npm/dt/fullstack-serverless.svg?label=Downloads&style=for-the-badge)|
| **[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 | ![Github Stars](https://img.shields.io/github/stars/RogerBarreto/serverless-function-outputs.svg?label=Stars&style=for-the-badge)
![NPM Downloads](https://img.shields.io/npm/dt/serverless-function-outputs.svg?label=Downloads&style=for-the-badge)|
| **[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. | ![Github Stars](https://img.shields.io/github/stars/kevinrambaud/serverless-functions-base-path.svg?label=Stars&style=for-the-badge)
![NPM Downloads](https://img.shields.io/npm/dt/serverless-functions-base-path.svg?label=Downloads&style=for-the-badge)|
| **[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 | ![Github Stars](https://img.shields.io/github/stars/optimator999/serverless-git-commit-tracker.svg?label=Stars&style=for-the-badge)
![NPM Downloads](https://img.shields.io/npm/dt/serverless-git-commit-tracker.svg?label=Downloads&style=for-the-badge)|
| **[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 | ![Github Stars](https://img.shields.io/github/stars/jacob-meacham/serverless-plugin-git-variables.svg?label=Stars&style=for-the-badge)
![NPM Downloads](https://img.shields.io/npm/dt/serverless-plugin-git-variables.svg?label=Downloads&style=for-the-badge)|
| **[Go - `go-serverless`](https://github.com/thepauleh/goserverless)**
by [thepauleh](http://github.com/thepauleh)
GoFormation for Serverless. Create serverless configs with Go Structs. | ![Github Stars](https://img.shields.io/github/stars/thepauleh/goserverless.svg?label=Stars&style=for-the-badge)
![NPM Downloads](https://img.shields.io/npm/dt/go-serverless.svg?label=Downloads&style=for-the-badge)|
| **[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 | ![Github Stars](https://img.shields.io/github/stars/sean9keenan/serverless-go-build.svg?label=Stars&style=for-the-badge)
![NPM Downloads](https://img.shields.io/npm/dt/serverless-go-build.svg?label=Downloads&style=for-the-badge)|
| **[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. | ![Github Stars](https://img.shields.io/github/stars/serverless/serverless-google-cloudfunctions.svg?label=Stars&style=for-the-badge)
![NPM Downloads](https://img.shields.io/npm/dt/serverless-google-cloudfunctions.svg?label=Downloads&style=for-the-badge)|
| **[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 | ![Github Stars](https://img.shields.io/github/stars/bencooling/serverless-plugin-graphiql.svg?label=Stars&style=for-the-badge)
![NPM Downloads](https://img.shields.io/npm/dt/serverless-plugin-graphiql.svg?label=Downloads&style=for-the-badge)|
| **[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 | ![Github Stars](https://img.shields.io/github/stars/rhythminme/serverless-gulp.svg?label=Stars&style=for-the-badge)
![NPM Downloads](https://img.shields.io/npm/dt/serverless-gulp.svg?label=Downloads&style=for-the-badge)|
| **[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 | ![Github Stars](https://img.shields.io/github/stars/seek-oss/serverless-haskell.svg?label=Stars&style=for-the-badge)
![NPM Downloads](https://img.shields.io/npm/dt/serverless-haskell.svg?label=Downloads&style=for-the-badge)|
| **[Hooks - `serverless-hooks`](https://github.com/jlopez/serverless-hooks)**
by [jlopez](http://github.com/jlopez)
Run npm scripts on serverless hook events | ![Github Stars](https://img.shields.io/github/stars/jlopez/serverless-hooks.svg?label=Stars&style=for-the-badge)
![NPM Downloads](https://img.shields.io/npm/dt/serverless-hooks.svg?label=Downloads&style=for-the-badge)|
| **[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 | ![Github Stars](https://img.shields.io/github/stars/uswitch/serverless-hooks-plugin.svg?label=Stars&style=for-the-badge)
![NPM Downloads](https://img.shields.io/npm/dt/serverless-hooks-plugin.svg?label=Downloads&style=for-the-badge)|
| **[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 | ![Github Stars](https://img.shields.io/github/stars/dougmoscrop/serverless-http.svg?label=Stars&style=for-the-badge)
![NPM Downloads](https://img.shields.io/npm/dt/serverless-http.svg?label=Downloads&style=for-the-badge)|
| **[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. | ![Github Stars](https://img.shields.io/github/stars/activescott/serverless-http-invoker.svg?label=Stars&style=for-the-badge)
![NPM Downloads](https://img.shields.io/npm/dt/serverless-http-invoker.svg?label=Downloads&style=for-the-badge)|
| **[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 | ![Github Stars](https://img.shields.io/github/stars/manwaring/serverless-plugin-iam-checker.svg?label=Stars&style=for-the-badge)
![NPM Downloads](https://img.shields.io/npm/dt/serverless-plugin-iam-checker.svg?label=Downloads&style=for-the-badge)|
| **[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. | ![Github Stars](https://img.shields.io/github/stars/functionalone/serverless-iam-roles-per-function.svg?label=Stars&style=for-the-badge)
![NPM Downloads](https://img.shields.io/npm/dt/serverless-iam-roles-per-function.svg?label=Downloads&style=for-the-badge)|
| **[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 | ![Github Stars](https://img.shields.io/github/stars/anantab/serverless-plugin-ifelse.svg?label=Stars&style=for-the-badge)
![NPM Downloads](https://img.shields.io/npm/dt/serverless-plugin-ifelse.svg?label=Downloads&style=for-the-badge)|
| **[Ignore - `serverless-ignore`](https://github.com/nya1/serverless-ignore)**
by [nya1](http://github.com/nya1)
Serverless plugin to ignore files (.slsignore) | ![Github Stars](https://img.shields.io/github/stars/nya1/serverless-ignore.svg?label=Stars&style=for-the-badge)
![NPM Downloads](https://img.shields.io/npm/dt/serverless-ignore.svg?label=Downloads&style=for-the-badge)|
| **[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 | ![Github Stars](https://img.shields.io/github/stars/mikesouza/serverless-import-apigateway.svg?label=Stars&style=for-the-badge)
![NPM Downloads](https://img.shields.io/npm/dt/serverless-import-apigateway.svg?label=Downloads&style=for-the-badge)|
| **[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 | ![Github Stars](https://img.shields.io/github/stars/KrysKruk/serverless-import-config-plugin.svg?label=Stars&style=for-the-badge)
![NPM Downloads](https://img.shields.io/npm/dt/serverless-import-config-plugin.svg?label=Downloads&style=for-the-badge)|
| **[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. | ![Github Stars](https://img.shields.io/github/stars/dougmoscrop/serverless-plugin-include-dependencies.svg?label=Stars&style=for-the-badge)
![NPM Downloads](https://img.shields.io/npm/dt/serverless-plugin-include-dependencies.svg?label=Downloads&style=for-the-badge)|
| **[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 | ![Github Stars](https://img.shields.io/github/stars/agutoli/serverless-ini-env.svg?label=Stars&style=for-the-badge)
![NPM Downloads](https://img.shields.io/npm/dt/serverless-ini-env.svg?label=Downloads&style=for-the-badge)|
| **[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. | ![Github Stars](https://img.shields.io/github/stars/loanmarket/serverless-plugin-inject-dependencies.svg?label=Stars&style=for-the-badge)
![NPM Downloads](https://img.shields.io/npm/dt/serverless-plugin-inject-dependencies.svg?label=Downloads&style=for-the-badge)|
| **[Introspect - `serverless-introspect`](https://github.com/jlopez/serverless-introspect)**
by [jlopez](http://github.com/jlopez)
Introspect serverless internals to aid plugin development | ![Github Stars](https://img.shields.io/github/stars/jlopez/serverless-introspect.svg?label=Stars&style=for-the-badge)
![NPM Downloads](https://img.shields.io/npm/dt/serverless-introspect.svg?label=Downloads&style=for-the-badge)|
| **[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. | ![Github Stars](https://img.shields.io/github/stars/iopipe/serverless-plugin-iopipe.svg?label=Stars&style=for-the-badge)
![NPM Downloads](https://img.shields.io/npm/dt/serverless-plugin-iopipe.svg?label=Downloads&style=for-the-badge)|
| **[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 | ![Github Stars](https://img.shields.io/github/stars/iopipe/serverless-iopipe-layers.svg?label=Stars&style=for-the-badge)
![NPM Downloads](https://img.shields.io/npm/dt/serverless-iopipe-layers.svg?label=Downloads&style=for-the-badge)|
| **[Iot Local - `serverless-iot-local`](https://github.com/tradle/serverless-iot-local)**
by [tradle](http://github.com/tradle)
AWS Iot events with serverless-offline | ![Github Stars](https://img.shields.io/github/stars/tradle/serverless-iot-local.svg?label=Stars&style=for-the-badge)
![NPM Downloads](https://img.shields.io/npm/dt/serverless-iot-local.svg?label=Downloads&style=for-the-badge)|
| **[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 | ![Github Stars](https://img.shields.io/github/stars/mitipi/serverless-iot-offline.svg?label=Stars&style=for-the-badge)
![NPM Downloads](https://img.shields.io/npm/dt/serverless-iot-offline.svg?label=Downloads&style=for-the-badge)|
| **[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 | ![Github Stars](https://img.shields.io/github/stars/SC5/serverless-jest-plugin.svg?label=Stars&style=for-the-badge)
![NPM Downloads](https://img.shields.io/npm/dt/serverless-jest-plugin.svg?label=Downloads&style=for-the-badge)|
| **[Jetpack - `serverless-jetpack`](https://github.com/FormidableLabs/serverless-jetpack)**
by [FormidableLabs](http://github.com/FormidableLabs)
A faster JavaScript packager for Serverless applications | ![Github Stars](https://img.shields.io/github/stars/FormidableLabs/serverless-jetpack.svg?label=Stars&style=for-the-badge)
![NPM Downloads](https://img.shields.io/npm/dt/serverless-jetpack.svg?label=Downloads&style=for-the-badge)|
| **[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 | ![Github Stars](https://img.shields.io/github/stars/CoalesceSoftware/serverless-justauthenticateme-plugin.svg?label=Stars&style=for-the-badge)
![NPM Downloads](https://img.shields.io/npm/dt/serverless-justauthenticateme-plugin.svg?label=Downloads&style=for-the-badge)|
| **[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. | ![Github Stars](https://img.shields.io/github/stars/deep-security/serverless-kms-grants.svg?label=Stars&style=for-the-badge)
![NPM Downloads](https://img.shields.io/npm/dt/serverless-kms-grants.svg?label=Downloads&style=for-the-badge)|
| **[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 | ![Github Stars](https://img.shields.io/github/stars/SC5/serverless-kms-secrets.svg?label=Stars&style=for-the-badge)
![NPM Downloads](https://img.shields.io/npm/dt/serverless-kms-secrets.svg?label=Downloads&style=for-the-badge)|
| **[Kubeless - `serverless-kubeless`](https://github.com/serverless/serverless-kubeless)**
by [serverless](http://github.com/serverless)
Serverless plugin for deploying functions to Kubeless. | ![Github Stars](https://img.shields.io/github/stars/serverless/serverless-kubeless.svg?label=Stars&style=for-the-badge)
![NPM Downloads](https://img.shields.io/npm/dt/serverless-kubeless.svg?label=Downloads&style=for-the-badge)|
| **[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. | ![Github Stars](https://img.shields.io/github/stars/usefulio/serverless-kubeless-offline.svg?label=Stars&style=for-the-badge)
![NPM Downloads](https://img.shields.io/npm/dt/serverless-kubeless-offline.svg?label=Downloads&style=for-the-badge)|
| **[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 | ![Github Stars](https://img.shields.io/github/stars/KumologicaHQ/kumologica-serverless-plugin.svg?label=Stars&style=for-the-badge)
![NPM Downloads](https://img.shields.io/npm/dt/kumologica-serverless-plugin.svg?label=Downloads&style=for-the-badge)|
| **[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 | ![Github Stars](https://img.shields.io/github/stars/gmetzker/serverless-plugin-lambda-dead-letter.svg?label=Stars&style=for-the-badge)
![NPM Downloads](https://img.shields.io/npm/dt/serverless-plugin-lambda-dead-letter.svg?label=Downloads&style=for-the-badge)|
| **[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