Skip to content

Serverless Plugins – Extend the Serverless Framework with these community driven plugins –

Notifications You must be signed in to change notification settings

walidelnozahy/plugins

 
 

Repository files navigation

Plugins


Website  •  Documentation  •  X / Twitter  •  Community Slack  •  Forum

Serverless Community Plugins

Welcome to the Serverless Community Plugins repository! Here, you'll find a collection of plugins created and maintained by the Serverless community. These plugins can extend the functionality of your Serverless applications and make your development process smoother and more efficient.

📚 Documentation

For detailed instructions on how to install and use Serverless plugins, please visit our documentation section.

🚀 Getting Started

Installing Plugins

To install a plugin, you can use the Serverless Framework's CLI. Simply run the following command:

serverless plugin install --name <plugin-name>

Replace with the name of the plugin you want to install. For example:

serverless plugin install --name serverless-offline

Using Plugins

Once installed, you can configure the plugin in your serverless.yml file. Here’s an example configuration for a typical plugin:

plugins:
  - <plugin-name>

custom:
  <plugin-name>:
    # Plugin-specific configuration

Refer to the plugin’s documentation section for detailed configuration options and usage examples.

🌟 Submitting a New Plugin

We love to see new contributions from the community! If you have created a plugin that you’d like to share, follow these steps to submit it to our community plugin list:

  1. Add Your Plugin: Add your plugin to the `plugins.json` file. Make sure to include all necessary details such as the plugin name, description, author, and repository URL.
  2. Submit a Pull Request: Once you’ve added your plugin, submit a pull request. Our team will review it and merge it if everything looks good.

Here’s an example entry for the plugins.json file:

{
  "name": "serverless-new-plugin",
  "description": "A description of what your plugin does.",
  "author": "Your Name",
  "repository": "https://github.com/yourusername/serverless-new-plugin"
}

Community Plugins List

Plugin Author Stats
@Agiledigital/serverless Sns Sqs Lambda - @agiledigital/serverless-sns-sqs-lambda
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.
agiledigital GitHub Stars
NPM Downloads
@Digitalmaas/serverless Plugin Sqs Alarms - @digitalmaas/serverless-plugin-sqs-alarms
Simplifies the setup of CloudWatch Alarms to monitor the visible messages in an SQS queue.
digitalmaas GitHub Stars
NPM Downloads
@Endemolshinegroup/serverless Dynamodb Autoscaler - @endemolshinegroup/serverless-dynamodb-autoscaler
Autoscale DynamoDB resources with a single AWS AutoScalingPlan
EndemolShineGroup GitHub Stars
NPM Downloads
@Fernthedev/serverless Offline Step Functions - @fernthedev/serverless-offline-step-functions
Serverless Offline Plugin to Support Step Functions for Local Development.
jefer590 GitHub Stars
NPM Downloads
@Haftahave/serverless Ses Template - @haftahave/serverless-ses-template
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.
haftahave GitHub Stars
NPM Downloads
@Hybridless/serverless Ecs Plugin - @hybridless/serverless-ecs-plugin
(ECR) - Elastic Container Service clusters, services, tasks and application load balancers made easy within your serverless definition.
hybridless GitHub Stars
NPM Downloads
@Kakkuk/serverless Aws Apigateway Documentation - @kakkuk/serverless-aws-apigateway-documentation
Adds support for AWS API Gateway documentation and model
failsafe-engineering GitHub Stars
NPM Downloads
@Kakkuk/serverless Aws Lambda Dynamic Trigger - @kakkuk/serverless-aws-lambda-dynamic-trigger
Allows to register sns, sqs and kinesis triggers (events) dynamically.
failsafe-engineering GitHub Stars
NPM Downloads
@Redtea/serverless Env Generator - @redtea/serverless-env-generator
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.
org-redtea GitHub Stars
NPM Downloads
@Stratiformdigital/serverless Iam Helper - @stratiformdigital/serverless-iam-helper
Applies IAM Path and PermissionsBoundary settings in hard to reach places.
stratiformdigital GitHub Stars
NPM Downloads
@Stratiformdigital/serverless Idempotency Helper - @stratiformdigital/serverless-idempotency-helper
Helps make lambda deployments idempotent
stratiformdigital GitHub Stars
NPM Downloads
@Stratiformdigital/serverless Online - @stratiformdigital/serverless-online
Faster lambda development in AWS through hot deploys and streaming logs.
stratiformdigital GitHub Stars
NPM Downloads
@Stratiformdigital/serverless S3 Security Helper - @stratiformdigital/serverless-s3-security-helper
Sets security minded settings on s3 buckets, including sls deployment buckets
stratiformdigital GitHub Stars
NPM Downloads
@Unly/serverless Env Copy Plugin - @unly/serverless-env-copy-plugin
Fetch environment variables and write it to a .env file - Maintained fork from https://github.com/Jimdo/serverless-dotenv
UnlyEd GitHub Stars
NPM Downloads
@Unly/serverless Plugin Dynamodb Backups - @unly/serverless-plugin-dynamodb-backups
Configure automated DynamoDB "On-Demand" backups and manage backups lifecycle, powered by AWS Lambda
UnlyEd GitHub Stars
NPM Downloads
@Vulcancreative/serverless Storage - @vulcancreative/serverless-storage
Serverless plugin defining DynamoDB storage primitives; like localStorage but better
vulcancreative GitHub Stars
NPM Downloads
1password - serverless-plugin-1password
Serverless interface to 1Password data via the 1Password CLI
kandsten GitHub Stars
NPM Downloads
Add Api Key - serverless-add-api-key
Serverless plugin to add same api key for multiple serverless services i.e. to re-use apikey across multiple api gateway apis.
rrahul963 GitHub Stars
NPM Downloads
Alexa Plugin - serverless-alexa-plugin
Serverless plugin to support Alexa Lambda events
rajington GitHub Stars
NPM Downloads
Alexa Skills - serverless-alexa-skills
Manage your Alexa Skills with Serverless Framework.
marcy-terui GitHub Stars
NPM Downloads
Aliyun Function Compute - serverless-aliyun-function-compute
Serverless Alibaba Cloud Function Compute Plugin
aliyun GitHub Stars
NPM Downloads
Amplify Auth - serverless-amplify-auth
Update Policy for Amplify's Auth Role and Unauth Role
nikaera GitHub Stars
NPM Downloads
Api Cloudfront - serverless-api-cloudfront
Plugin that adds CloudFront distribution in front of your API Gateway for custom domain, CDN caching and access log.
Droplr GitHub Stars
NPM Downloads
Api Compression - serverless-api-compression
Serverless plugin that enables/disables content compression setting in API Gateway
evgenykireev GitHub Stars
NPM Downloads
Api Gateway Caching - serverless-api-gateway-caching
Serverless plugin which configures API Gateway caching
DianaIonita GitHub Stars
NPM Downloads
Api Gateway Stage Tag Plugin - api-gateway-stage-tag-plugin
A shim to tag API Gateway stages until CloudFormation/Serverless support arrives.
mikepatrick GitHub Stars
NPM Downloads
Api Gateway Throttling - serverless-api-gateway-throttling
Serverless plugin which configures throttling for API Gateway endpoints
DianaIonita GitHub Stars
NPM Downloads
Api Stage - serverless-api-stage
Serverless API Stage plugin, enables stage variables and logging for AWS API Gateway.
leftclickben GitHub Stars
NPM Downloads
Apib Validator - serverless-apib-validator
Validate that an API Blueprint has full coverage over a Serverless config
onlicar GitHub Stars
NPM Downloads
Apig S3 - serverless-apig-s3
Serve static front-end content from S3 via the API Gateway and deploy client bundle to S3.
sdd GitHub Stars
NPM Downloads
Apigateway Log Retention - serverless-apigateway-log-retention
Control the retention of your AWS ApiGateway access logs and execution logs.
dvla GitHub Stars
NPM Downloads
Apigateway Plugin - serverless-apigateway-plugin
Configure the AWS api gateway: Binary support, Headers and Body template mappings
GFG GitHub Stars
NPM Downloads
Apigateway Route Settings - serverless-apigateway-route-settings
Configure Route Settings for HTTP API Gateway v2 (Throttling & Detailed Metrics)
talbotp GitHub Stars
NPM Downloads
Apigateway Service Proxy - serverless-apigateway-service-proxy
This Serverless Framewrok plugin supports the AWS service proxy integration feature of API Gateway.
horike37 GitHub Stars
NPM Downloads
Apigateway Sqs - serverless-plugin-apigateway-sqs
Plugin that creates an AWS APIGateway resource to connect to an AWS Simple Queue Service (SQS) without the use of a lambda.
CodeRecipe-dev GitHub Stars
NPM Downloads
Apigator - serverless-apigator
This serverless plugin enables you to write AWS lambda with typescript using Microgamma
microgamma GitHub Stars
NPM Downloads
Apigw Binary - serverless-apigw-binary
Plugin to enable binary support in AWS API Gateway.
maciejtreder GitHub Stars
NPM Downloads
Apigwy Binary - serverless-apigwy-binary
Serverless plugin for configuring API Gateway to return binary responses
ryanmurakami GitHub Stars
NPM Downloads
Apollo Graphql Federation - serverless-plugin-apollo-graphql-federation
A Serverless Framework that uploads a graphql schema to the Apollo Platform managed federation service
Imran99 GitHub Stars
NPM Downloads
App Client Credentials To Ssm - serverless-app-client-credentials-to-ssm
Export Cognito app client credentials to SSM Parameter store
GaaraZhu GitHub Stars
NPM Downloads
Appsync Offline - serverless-appsync-offline
Serverless Plugin to run AWS AppSync GraphQL API localy with dynamoDB and lambda resolvers
aheissenberger GitHub Stars
NPM Downloads
Appsync Plugin - serverless-appsync-plugin
Serverless Plugin to deploy AppSync GraphQL API
sid88in GitHub Stars
NPM Downloads
Appsync Simulator - serverless-appsync-simulator
Offline support for serverless-appsync-plugin
bboure GitHub Stars
NPM Downloads
Associate Waf - serverless-associate-waf
Associate a regional WAF with the AWS API Gateway used by your Serverless stack
mikesouza GitHub Stars
NPM Downloads
Attach Managed Policy - serverless-attach-managed-policy
A Serverless plugin to automatically attach an AWS Managed IAM Policy (or Policies) to all IAM Roles created by the Service.
Nordstrom GitHub Stars
NPM Downloads
Aws Alerts - serverless-plugin-aws-alerts
A Serverless plugin to easily add CloudWatch alarms to functions
ACloudGuru GitHub Stars
NPM Downloads
Aws Alias - serverless-aws-alias
This plugin enables use of AWS aliases on Lambda functions.
serverless-heaven GitHub Stars
NPM Downloads
Aws Amplify - aws-amplify-serverless-plugin
Generate client-side configuration files for the AWS Amplify library based on your deployed Serverless backend
awslabs GitHub Stars
NPM Downloads
Aws Cognito Idp Userpool Domain - aws-cognito-idp-userpool-domain
Manage (add and remove) aws hosted domain on Cognito Userpools
rubentrancoso GitHub Stars
NPM Downloads
Aws Contributor Insights - serverless-plugin-aws-contributor-insights
Support of AWS CloudWatch Contributor Insights
kangcifong GitHub Stars
NPM Downloads
Aws Documentation - serverless-aws-documentation
Serverless 1.0 plugin to add documentation and models to the serverless generated API Gateway
deliveryhero GitHub Stars
NPM Downloads
Aws Function Url Custom Domain - serverless-aws-function-url-custom-domain
Setup cloudfront distrubution and route53 record for AWS Lambda with Function URL
wangsha GitHub Stars
NPM Downloads
Aws Lambda - serverless-aws-lambda
Plug & Play AWS Lambda NodeJS development tool with local API Gateway and Application Load Balancer support.
Inqnuam GitHub Stars
NPM Downloads
Aws Nested Stacks - serverless-aws-nested-stacks
Yet another AWS nested stack plugin!
concon121 GitHub Stars
NPM Downloads
Aws Resolvers - serverless-plugin-aws-resolvers
Resolves variables from ESS, RDS, or Kinesis for serverless services
DopplerLabs GitHub Stars
NPM Downloads
Aws Resource Names - serverless-aws-resource-names
Serverless plugin to alter the default naming conventions for sls resources via a simple mapping file.
concon121 GitHub Stars
NPM Downloads
Aws Static File Handler - serverless-aws-static-file-handler
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.
activescott GitHub Stars
NPM Downloads
Azure Functions - serverless-azure-functions
A Serverless plugin that adds Azure Functions support to the Serverless Framework.
serverless GitHub Stars
NPM Downloads
Basic Authentication - serverless-basic-authentication
Serverless Plugin for adding Basic Authentication to your api
svdgraaf GitHub Stars
NPM Downloads
Bespoken - serverless-plugin-bespoken
Creates a local server and a proxy so you don't have to deploy anytime you want to test your code
bespoken GitHub Stars
NPM Downloads
Better Credentials - serverless-better-credentials
Extended AWS credentials resolution for the Serverless Framework: including Single Sign On (SSO) and credential_process support.
thomasmichaelwallace GitHub Stars
NPM Downloads
Bind Deployment Id - serverless-plugin-bind-deployment-id
A Serverless plugin to bind the randomly generated deployment resource to your custom resources
jacob-meacham GitHub Stars
NPM Downloads
Bref - bref
Deploy serverless PHP applications to AWS Lambda
brefphp GitHub Stars
NPM Downloads
Browserifier - serverless-plugin-browserifier
Reduce the size and speed up your Node.js based lambda's using browserify.
digitalmaas GitHub Stars
NPM Downloads
Browserify - serverless-plugin-browserify
Speed up your node based lambda's
doapp-ryanp GitHub Stars
NPM Downloads
Build Client - serverless-build-client
Build your static website with environment variables defined in serverless.yml
tgfischer GitHub Stars
NPM Downloads
Build Plugin - serverless-build-plugin
A Node.js focused build plugin for serverless.
nfour GitHub Stars
NPM Downloads
Canary Deployments - serverless-plugin-canary-deployments
A Serverless plugin to implement canary deployments of Lambda functions
davidgf GitHub Stars
NPM Downloads
Certificate Creator - serverless-certificate-creator
This serverless plugin creates certificates that you need for your custom domains in API Gateway.
schwamster GitHub Stars
NPM Downloads
Cf Vars - serverless-cf-vars
Enables use of AWS pseudo functions and Fn::Sub string substitution
kabo GitHub Stars
NPM Downloads
Cfauthorizer - serverless-plugin-cfauthorizer
This plugin allows you to define your own API Gateway Authorizers as the Serverless CloudFormation resources and apply them to HTTP endpoints.
SC5 GitHub Stars
NPM Downloads
Chrome - serverless-plugin-chrome
Plugin which bundles and ensures that Headless Chrome/Chromium is running when your AWS Lambda function handler is invoked.
adieuadieu GitHub Stars
NPM Downloads
Cljs Plugin - serverless-cljs-plugin
Enables Clojurescript as an implementation language for Lambda handlers
nervous-systems GitHub Stars
NPM Downloads
Cloudflare Workers - serverless-cloudflare-workers
A serverless plugin allowing you to integrate with Cloudflare Workers
cloudflare GitHub Stars
NPM Downloads
Cloudformation Changesets - serverless-cloudformation-changesets
Natively deploy to CloudFormation via Change sets, instead of directly. Allowing you to queue changes, and safely require escalated roles for final deployment.
trek10inc GitHub Stars
NPM Downloads
Cloudformation Parameter Setter - serverless-cloudformation-parameter-setter
Set CloudFormation parameters when deploying.
trek10inc GitHub Stars
NPM Downloads
Cloudformation Resource Counter - serverless-cloudformation-resource-counter
A plugin to count the resources generated in the AWS CloudFormation stack after deployment.
drexler GitHub Stars
NPM Downloads
Cloudformation Sub Variables - serverless-cloudformation-sub-variables
Serverless framework plugin for easily supporting AWS CloudFormation Sub function variables
santiagocardenas GitHub Stars
NPM Downloads
Cloudfront Lambda Edge - serverless-plugin-cloudfront-lambda-edge
Adds Lambda@Edge support to Serverless
silvermine GitHub Stars
NPM Downloads
Cloudside Plugin - serverless-cloudside-plugin
Easily reference and use cloudside resources during local development and testing
jeremydaly GitHub Stars
NPM Downloads
Cloudwatch Dashboard - serverless-plugin-cloudwatch-dashboard
Serverless plugin to generate AWS CloudWatch dashboard for AWS Lambda functions
codecentric GitHub Stars
NPM Downloads
Cloudwatch Sumologic - serverless-plugin-cloudwatch-sumologic
Plugin which auto-subscribes a log delivery lambda function to lambda log groups created by serverless
ACloudGuru GitHub Stars
NPM Downloads
Coffeescript - serverless-coffeescript
A Serverless plugin to compile your CoffeeScript into JavaScript at deployment
duanefields GitHub Stars
NPM Downloads
Cognito Add Custom Attributes - serverless-cognito-add-custom-attributes
Serverless Plugin for adding custom attributes to an existing CloudFormation-managed CognitoUserPool and CognitoUserPoolClient without losing all your users
GetWala GitHub Stars
NPM Downloads
Colocate - serverless-plugin-colocate
Serverless Plugin to keep your configuration next to your code.
aronim GitHub Stars
NPM Downloads
Command Line Event Args - serverless-command-line-event-args
This module is Serverless Framework plugin. Event JSON passes to your Lambda function in commandline.
horike37 GitHub Stars
NPM Downloads
Commercetools Plugin - serverless-commercetools-plugin
Serverless framework plugin that registers the deployed function as a commercetools API Extension or attaches it to a Subscription.
commercetools GitHub Stars
NPM Downloads
Common Excludes - serverless-plugin-common-excludes
Adds commonly excluded files to package.excludes
dougmoscrop GitHub Stars
NPM Downloads
Composed Vars - serverless-plugin-composed-vars
A plugin that composes custom and environment variables based on the deployment stage
chris-feist GitHub Stars
NPM Downloads
Conditional Functions - serverless-plugin-conditional-functions
A plugin that allows adding simple feature flag per function via a boolean condition.
go-dima GitHub Stars
NPM Downloads
Configuration - serverless-configuration
Easily customize serverless.yml depending on the stage or whether running online/offline
jlopez GitHub Stars
NPM Downloads
Confirm Command - serverless-confirm-command
Make commands (and provider-specific options) requiring confirmation before execution.
teddy-gustiaux GitHub Stars
NPM Downloads
Consul Variables - serverless-consul-variables
Retrieve serverless variables from Consul kv
zephrax GitHub Stars
NPM Downloads
Content Encoding - serverless-content-encoding
Enable Content Encoding in AWS API Gateway during deployment
dong-dohai GitHub Stars
NPM Downloads
Convention - serverless-convention
Dynamically import resources by defining a convention, split up your yml
LeoPlatform GitHub Stars
NPM Downloads
Create Dynamodb Global Tables For Cf Stack - serverless-create-dynamodb-global-tables-for-cf-stack
Create and replicate global dynamodb tables
Imran99 GitHub Stars
NPM Downloads
Create Global Dynamodb Table - serverless-create-global-dynamodb-table
Serverless plugin to create dynamodb global tables
rrahul963 GitHub Stars
NPM Downloads
Cronjob - serverless-plugin-cronjob
This plugin creates cronjobs out of your lambda functions.
martinlindenberg GitHub Stars
NPM Downloads
Crypt - serverless-crypt
Securing the secrets on Serverless Framework by AWS KMS encryption.
marcy-terui GitHub Stars
NPM Downloads
Custom Domain - serverless-plugin-custom-domain
Reliably sets a BasePathMapping to an API Gateway Custom Domain
dougmoscrop GitHub Stars
NPM Downloads
Custom Packaging Plugin - serverless-custom-packaging-plugin
Plugin to package your sourcecode using a custom target path inside the zip.
hypoport GitHub Stars
NPM Downloads
Custom Roles - serverless-plugin-custom-roles
A Serverless plugin that makes creation of per function IAM roles easier.
AntonBazhal GitHub Stars
NPM Downloads
Dart - serverless-plugin-dart
Deploy Dart applications to AWS Lambda
katallaxie GitHub Stars
NPM Downloads
Datadog - serverless-plugin-datadog
Monitoring, tracing, and real-time metrics for your Lambda functions
DataDog GitHub Stars
NPM Downloads
Decouple - serverless-plugin-decouple
Remove ImportValue dependencies by replacing them with the actual values in order to update base exports
mutual-of-enumclaw GitHub Stars
NPM Downloads
Default Aws Resource Attributes - serverless-default-aws-resource-attributes
Set default attributes a given CloudFormation resource should have based on type.
neverendingqs GitHub Stars
NPM Downloads
Dependson Plugin - serverless-dependson-plugin
Serverless plugin that automatically generates DependsOn references for AWS Lambdas to prevent AWS RequestLimitExceeded errors.
bwinant GitHub Stars
NPM Downloads
Deploy Environment - serverless-plugin-deploy-environment
Plugin to manage deployment environment across stages
DopplerLabs GitHub Stars
NPM Downloads
Deployment Bucket - serverless-deployment-bucket
Create and configure the custom Serverless deployment bucket
mikesouza GitHub Stars
NPM Downloads
Diff - serverless-plugin-diff
Compares your local AWS CloudFormation templates against deployed ones.
nicka GitHub Stars
NPM Downloads
Ding - serverless-ding
Serverless plugin to audibly alert user after deployment
sidgonuts GitHub Stars
NPM Downloads
Dir Config Plugin - serverless-dir-config-plugin
EXPERIMENTAL - Serverless plugin to load function and resource definitions from a directory.
economysizegeek GitHub Stars
NPM Downloads
Disable Functions - serverless-disable-functions
A simple serverless plugin to disable functions.
abeMedia GitHub Stars
NPM Downloads
Disable Request Validators - serverless-disable-request-validators
Serverless v2/v3 plugin to disable API Gateway request validators.
jweyrich GitHub Stars
NPM Downloads
Discovery Plugin - serverless-discovery-plugin
A serverless plugin to register AWS micro-service endpoints with a discovery service at serverless deploy or serverless remove time.
aregier GitHub Stars
NPM Downloads
Docker Artifacts - serverless-docker-artifacts
Build your artifacts within docker container.
Suor GitHub Stars
NPM Downloads
Domain Manager - serverless-domain-manager
Serverless plugin for managing custom domains with API Gateways.
amplify-education GitHub Stars
NPM Downloads
Dot Template - serverless-plugin-dot-template
Generates output files based on Serverless variables and doT templates
kandsten GitHub Stars
NPM Downloads
Dotenv - serverless-dotenv
Fetch environment variables and write it to a .env file
Jimdo GitHub Stars
NPM Downloads
Dotenv Plugin - serverless-dotenv-plugin
Preload environment variables from .env into serverless.
infrontlabs GitHub Stars
NPM Downloads
Dotnet - serverless-dotnet
A serverless plugin to run 'dotnet' commands as part of the deploy process
fruffin GitHub Stars
NPM Downloads
Dynalite - serverless-dynalite
Run dynalite locally (no JVM, all JS) to simulate DynamoDB. Watch serverless.yml for table config updates.
sdd GitHub Stars
NPM Downloads
Dynamo Data Transform - dynamo-data-transform
Dynamo Data Transform is an easy to use data transformation tool for DynamoDB.
jitsecurity GitHub Stars
NPM Downloads
Dynamo Stream Plugin - serverless-dynamo-stream-plugin
Creates and connects DynamoDB streams for pre-existing tables with AWS Lambdas using Serverless.
commandeer GitHub Stars
NPM Downloads
Dynamodb Autoscaling - serverless-dynamodb-autoscaling
Configure Amazon DynamoDB's native Auto Scaling for your table capacities.
sbstjn GitHub Stars
NPM Downloads
Dynamodb Autoscaling - serverless-plugin-dynamodb-autoscaling
Auto generate auto scaling configuration for configured DynamoDB tables
medikoo GitHub Stars
NPM Downloads
Dynamodb Client - serverless-dynamodb-client
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.
99xt GitHub Stars
NPM Downloads
Dynamodb Fixtures - serverless-dynamodb-fixtures
Serverless Dynamodb Fixtures - Allows to load data on DynamoDB tables
chechu GitHub Stars
NPM Downloads
Dynamodb Local - serverless-dynamodb-local
Serverless Dynamodb Local Plugin - Allows to run dynamodb locally for serverless
99xt GitHub Stars
NPM Downloads
Dynamodb Ttl - serverless-dynamodb-ttl
Configure DynamoDB TTL in serverless.yml (until CloudFormation supports this).
Jimdo GitHub Stars
NPM Downloads
Elastic Beanstalk - serverless-plugin-elastic-beanstalk
A serverless plugin to deploy applications to AWS ElasticBeanstalk.
rawphp GitHub Stars
NPM Downloads
Embedded Env In Code - serverless-plugin-embedded-env-in-code
Replace environment variables with static strings before deployment. It’s for Lambda@Edge.
zaru GitHub Stars
NPM Downloads
Enable Api Logs - serverless-enable-api-logs
Enables Coudwatch logging for API Gateway events
paulSambolin GitHub Stars
NPM Downloads
Encode Env Var Objects - serverless-plugin-encode-env-var-objects
Serverless plugin to encode any environment variable objects.
yonomi GitHub Stars
NPM Downloads
Env Generator - serverless-env-generator
Manage environment variables with YAML and load them with dotenv. Supports variable encryption with KMS, multiple stages and custom profiles.
DieProduktMacher GitHub Stars
NPM Downloads
Ephemeral - serverless-ephemeral
Build and include custom stateless libraries for any language
Accenture GitHub Stars
NPM Downloads
Epsagon - serverless-plugin-epsagon
Distributed tracing that helps you monitor and troubleshoot your serverless applications.
epsagon GitHub Stars
NPM Downloads
Es Logs - serverless-es-logs
A Serverless plugin to transport logs to ElasticSearch
daniel-cottone GitHub Stars
NPM Downloads
Esbuild - serverless-esbuild
Serverless plugin to bundle JavaScript and TypeScript lambdas with esbuild - an extremely fast bundler and minifier
floydspace GitHub Stars
NPM Downloads
Event Body Option - serverless-event-body-option
Serverless plugin that provides the extra CLI option for the invoke command to support passing the HTTP body data.
jubel-han GitHub Stars
NPM Downloads
Event Constant Inputs - serverless-event-constant-inputs
Allows you to add constant inputs to events in Serverless 1.0. For more info see constant values in Cloudwatch
dittto GitHub Stars
NPM Downloads
Existing S3 - serverless-plugin-existing-s3
Overcomes the CloudFormation limitation on attaching an event to an uncontrolled bucket, for Serverless.com 1.11.0+.
matt-filion GitHub Stars
NPM Downloads
Export Env - serverless-export-env
Export environment variables into a .env file with automatic AWS CloudFormation reference resolution.
arabold GitHub Stars
NPM Downloads
Export Outputs - serverless-export-outputs
A Serverless plugin for exporting AWS stack outputs to a file
honarpour GitHub Stars
NPM Downloads
Express - serverless-express
Making express app development compatible with serverless framework.
mikestaub GitHub Stars
NPM Downloads
External Sns Events - serverless-plugin-external-sns-events
Add ability for functions to use existing or external SNS topics as an event source
silvermine GitHub Stars
NPM Downloads
Externals Plugin - serverless-externals-plugin
Only include listed node modules and their dependencies in Serverless, with support for Rollup and Webpack
hansottowirtz GitHub Stars
NPM Downloads
Fargate - serverless-fargate
Maintain long-running Fargate tasks within your Serverless project
eddmann GitHub Stars
NPM Downloads
Fargate Tasks - serverless-fargate-tasks
A plugin to run fargate tasks as part of your Serverless project
svdgraaf GitHub Stars
NPM Downloads
Fastdeploy - serverless-plugin-fastdeploy
Serverless Plugin to perform fast deployments for large service packages.
aronim GitHub Stars
NPM Downloads
Finch - serverless-finch
A Serverless plugin to deploy static website assets to AWS S3.
fernando-mc GitHub Stars
NPM Downloads
Frontend Plugin - serverless-frontend-plugin
Deploy any type of frontend on AWS Cloudfront with Https/SSL termination with your serverless deployments. Integrates with serverless-offline for local development.
rogersgt GitHub Stars
NPM Downloads
Fullstack - fullstack-serverless
A Serverless plugin to create an AWS CloudFront distribution that serves static web content from S3 and routes API traffic to API Gateway.
MadSkills-io GitHub Stars
NPM Downloads
Function Outputs - serverless-function-outputs
Adds function Name and ARN outputs without version suffix
RogerBarreto GitHub Stars
NPM Downloads
Functions Base Path - serverless-functions-base-path
Easily define a base path where your serverless functions are located.
kevinrambaud GitHub Stars
NPM Downloads
Git Commit Tracker - serverless-git-commit-tracker
Generates a version tracking file for web or API deployment containing the latest git commit version number, deployment stage, and date
optimator999 GitHub Stars
NPM Downloads
Git Variables - serverless-plugin-git-variables
A Serverless plugin to expose git variables (branch name, HEAD description, full commit hash) to your serverless services
jacob-meacham GitHub Stars
NPM Downloads
Go - go-serverless
GoFormation for Serverless. Create serverless configs with Go Structs.
thepauleh GitHub Stars
NPM Downloads
Go Build - serverless-go-build
Build go source files (or public functions) using yml definition file
sean9keenan GitHub Stars
NPM Downloads
Google Cloudfunctions - serverless-google-cloudfunctions
This plugin enables support for Google Cloud Functions within the Serverless Framework.
serverless GitHub Stars
NPM Downloads
Graphiql - serverless-plugin-graphiql
A Serverless plugin to run a local http server for graphiql and your graphql handler
bencooling GitHub Stars
NPM Downloads
Gulp - serverless-gulp
A thin task wrapper around @goserverless that allows you to automate build, test and deploy tasks using gulp
rhythminme GitHub Stars
NPM Downloads
Haskell - serverless-haskell
Deploying Haskell applications to AWS Lambda with Serverless
seek-oss GitHub Stars
NPM Downloads
Hooks - serverless-hooks
Run npm scripts on serverless hook events
jlopez GitHub Stars
NPM Downloads
Hooks Plugin - serverless-hooks-plugin
Run arbitrary commands on any lifecycle event in serverless
uswitch GitHub Stars
NPM Downloads
Http - serverless-http
Use your existing middleware framework (e.g. Express, Koa) in AWS Lambda
dougmoscrop GitHub Stars
NPM Downloads
Http Invoker - serverless-http-invoker
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.
activescott GitHub Stars
NPM Downloads
Iam Checker - serverless-plugin-iam-checker
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
manwaring GitHub Stars
NPM Downloads
Iam Roles Per Function - serverless-iam-roles-per-function
Serverless Plugin for easily defining IAM roles per function via the use of iamRoleStatements at the function level.
functionalone GitHub Stars
NPM Downloads
Ifelse - serverless-plugin-ifelse
A Serverless Plugin to write If Else conditions in serverless YAML file
anantab GitHub Stars
NPM Downloads
Ignore - serverless-ignore
Serverless plugin to ignore files (.slsignore)
nya1 GitHub Stars
NPM Downloads
Import Apigateway - serverless-import-apigateway
Dynamically import an existing AWS API Gateway into your Serverless stack
mikesouza GitHub Stars
NPM Downloads
Import Config Plugin - serverless-import-config-plugin
Import YAML files in serverless.yaml config file
KrysKruk GitHub Stars
NPM Downloads
Include Dependencies - serverless-plugin-include-dependencies
This is a Serverless plugin that should make your deployed functions smaller.
dougmoscrop GitHub Stars
NPM Downloads
Ini Env - serverless-ini-env
Nice Serverless plugin to setup environment variables with ini file
agutoli GitHub Stars
NPM Downloads
Inject Dependencies - serverless-plugin-inject-dependencies
Painlessly deploy serverless projects with only the required dependencies.
loanmarket GitHub Stars
NPM Downloads
Introspect - serverless-introspect
Introspect serverless internals to aid plugin development
jlopez GitHub Stars
NPM Downloads
Iopipe - serverless-plugin-iopipe
See inside your Lambda functions with high fidelity metrics and monitoring.
iopipe GitHub Stars
NPM Downloads
Iopipe Layers - serverless-iopipe-layers
Monitor, observe and profile your AWS Lambda functions without a code change
iopipe GitHub Stars
NPM Downloads
Iot Local - serverless-iot-local
AWS Iot events with serverless-offline
tradle GitHub Stars
NPM Downloads
Iot Offline - serverless-iot-offline
Serverless plugin that emulates AWS IoT service
mitipi GitHub Stars
NPM Downloads
Jest Plugin - serverless-jest-plugin
A Serverless Plugin for the Serverless Framework which adds support for test-driven development using Jest
SC5 GitHub Stars
NPM Downloads
Jetpack - serverless-jetpack
A faster JavaScript packager for Serverless applications
FormidableLabs GitHub Stars
NPM Downloads
Justauthenticateme Plugin - serverless-justauthenticateme-plugin
Use JustAuthenticateMe to easily authenticate users before hitting your lambdas
CoalesceSoftware GitHub Stars
NPM Downloads
Kms Grants - serverless-kms-grants
Create and revoke grants for AWS Lambda functions to use KMS keys.
deep-security GitHub Stars
NPM Downloads
Kms Secrets - serverless-kms-secrets
Allows to easily encrypt and decrypt secrets using KMS from the serverless CLI
SC5 GitHub Stars
NPM Downloads
Kubeless - serverless-kubeless
Serverless plugin for deploying functions to Kubeless.
serverless GitHub Stars
NPM Downloads
Kubeless Offline - serverless-kubeless-offline
Simulates Kubeless NodeJS runtimes to run/call your functions offline using the Serverless Framework.
usefulio GitHub Stars
NPM Downloads
Kumologica - kumologica-serverless-plugin
Plugin to package and deploy Kumologica flow into AWS
KumologicaHQ GitHub Stars
NPM Downloads
Lambda Dead Letter - serverless-plugin-lambda-dead-letter
A Serverless plugin that can configure a lambda with a dead letter queue or topic
gmetzker GitHub Stars
NPM Downloads
Lambda Edge - serverless-plugin-lambda-edge
Plugin for Lambda@Edge, just associating your Lambda function with existing CloudFront distribution via AWS SDK
isudzumi GitHub Stars
NPM Downloads
Lambda Edge Pre Existing Cloudfront - serverless-lambda-edge-pre-existing-cloudfront
A Serverless Framework plugin to create your Lambda@Edge against a pre-existing CloudFront.
serverless-operations GitHub Stars
NPM Downloads
Lambda Insights - serverless-plugin-lambda-insights
A Serverless Framework Plugin allowing to enable Lambda Insights.
awslabs GitHub Stars
NPM Downloads
Lambda Layer Packager - serverless-lambda-layer-packager
A Serverless plugin that allows you to maintain your normal project structure when developing Lambda Layers.
bramhoven GitHub Stars
NPM Downloads
Layer Manager - serverless-plugin-layer-manager
Plugin for improved AWS Lambda layer management, including install hooks, export options and improved retain support
henhal GitHub Stars
NPM Downloads
Layers - serverless-layers
How to reduce drastically lambda size
agutoli GitHub Stars
NPM Downloads
Lift - serverless-lift
Deploy high-level components such as static websites, buckets, queues, webhooks...
getlift GitHub Stars
NPM Downloads
Local Dev Server - serverless-local-dev-server
Speeds up development of Alexa Skills, Chatbots and APIs by exposing your functions as local HTTP endpoints and mapping received events.
DieProduktMacher GitHub Stars
NPM Downloads
Local Environment - serverless-local-environment
Serverless plugin to set local environment variables and remote environment variable to different values
piercus GitHub Stars
NPM Downloads
Local Kinesis - serverless-local-kinesis
Run a local kinesis and automatically fire events
pidz-development GitHub Stars
NPM Downloads
Local Schedule - serverless-local-schedule
Schedule AWS CloudWatch Event based invocations in local time(with DST support!)
UnitedIncome GitHub Stars
NPM Downloads
Localstack - serverless-localstack
Serverless plugin for LocalStack - a fully functional local AWS cloud stack. Develop and test your cloud & Serverless apps offline!
LocalStack GitHub Stars
NPM Downloads
Log Filter Subscription - serverless-log-filter-subscription
This serverless plugin creates log filter subscription for all lambda functions configured in your projects serverless.yml
schwamster GitHub Stars
NPM Downloads
Log Forwarding - serverless-log-forwarding
Serverless plugin for forwarding CloudWatch logs to another Lambda function.
amplify-education GitHub Stars
NPM Downloads
Log Metric Filter - serverless-log-metric-filter
Add Cloudwatch Log Metric Filter to Cloudwatch Logs
saqemlas GitHub Stars
NPM Downloads
Log Retention - serverless-plugin-log-retention
Control the retention of your serverless function's cloudwatch logs.
ArtificerEntertainment GitHub Stars
NPM Downloads
Log Subscription - serverless-plugin-log-subscription
Adds a CloudWatch LogSubscription for functions
dougmoscrop GitHub Stars
NPM Downloads
Lumigo - serverless-lumigo
Serverless monitoring and troubleshooting plugin to easily apply distributed tracing with Lumigo
lumigo-io GitHub Stars
NPM Downloads
Manifest Plugin - serverless-manifest-plugin
Generate manifest of api endpoints & stack outputs for consumption in other applications + service discovery
DavidWells GitHub Stars
NPM Downloads
Metric - serverless-plugin-metric
Creates dynamically AWS metric-filter resources with custom patterns
alex20465 GitHub Stars
NPM Downloads
Mfa - mfa-serverless-plugin
A simple plugin for deployment accounts with MFA
alikian GitHub Stars
NPM Downloads
Micro - serverless-micro
Plugin to help manage multiple micro services under one main service.
barstoolsports GitHub Stars
NPM Downloads
Middleware - serverless-middleware
Serverless plugin to allow middleware handlers configured directly in serverless.yaml
juanjoDiaz GitHub Stars
NPM Downloads
Migrate Plugin - serverless-migrate-plugin
Allows to create and run migrations using the serverless context
EliuX GitHub Stars
NPM Downloads
Mocha Plugin - serverless-mocha-plugin
A Serverless Plugin for the Serverless Framework which adds support for test-driven development using Mocha
SC5 GitHub Stars
NPM Downloads
Modular - serverless-modular
Helps you deploy and manage multiple features with single root serverless file
aa2kb GitHub Stars
NPM Downloads
Modularize - serverless-plugin-modularize
Modularize your serverless definitions
icarus-sullivan GitHub Stars
NPM Downloads
Mongodb Local - serverless-mongodb-local
Serverless MongoDB local plugin
bealearts GitHub Stars
NPM Downloads
Monorepo - serverless-plugin-monorepo
A serverless plugin that allows use of serverless in a mono repo. Avoids needing to use nohoist by automatic symlinking of all dependencies.
Butterwire GitHub Stars
NPM Downloads
Multi Dotnet - serverless-multi-dotnet
A serverless plugin to pack C# lambdas functions that are spread to multiple CS projects.
tsibelman GitHub Stars
NPM Downloads
Multi Region Plugin - serverless-multi-region-plugin
A plugin for setting up a serverless API in AWS with turnkey multi-region failover
unbill GitHub Stars
NPM Downloads
Multiple Responses - serverless-plugin-multiple-responses
Enable multiple content-types for Response template
silvermine GitHub Stars
NPM Downloads
Mysql - serverless-mysql
A module for managing MySQL connections at SERVERLESS scale
jeremydaly GitHub Stars
NPM Downloads
Nested Stack - serverless-nested-stack
A plugin to Workaround for Cloudformation 200 resource limit
jagdish-176 GitHub Stars
NPM Downloads
Newman - serverless-plugin-newman
A serverless plugin for newman.
rawphp GitHub Stars
NPM Downloads
Nextjs Plugin - serverless-nextjs-plugin
Deploy serverless next apps with ease
danielcondemarin GitHub Stars
NPM Downloads
Ngrok Tunnel - serverless-ngrok-tunnel
Serverless plugin that creates ngrok public tunnel on localhost
mitipi GitHub Stars
NPM Downloads
Node Shim - serverless-plugin-node-shim
Serverless plugin to run your functions in nodejs version (8 LTS, 9+) on aws lambda
jzimmek GitHub Stars
NPM Downloads
Oauth Scopes - serverless-oauth-scopes
A serverless plugin to set OAuth Scopes on APIGateway methods
birdcatcher GitHub Stars
NPM Downloads
Offline - serverless-offline
Emulate AWS λ and API Gateway locally when developing your Serverless project
dherault GitHub Stars
NPM Downloads
Offline Direct Lambda - serverless-offline-direct-lambda
Allow offline direct lambda-to-lambda interactions by exposing lambdas with no API Gateway event via HTTP.
civicteam GitHub Stars
NPM Downloads
Offline Dynamodb Stream - serverless-plugin-offline-dynamodb-stream
Serverless Plugin for emulating dynamodb stream triggering lambda functions offline
orchestrated-io GitHub Stars
NPM Downloads
Offline Edge Lambda - serverless-offline-edge-lambda
A plugin for the Serverless Framework that simulates the behavior of AWS CloudFront Edge Lambdas while developing offline
evolv-ai GitHub Stars
NPM Downloads
Offline Http Mock - serverless-offline-http-mock
Create mock responses to HTTP(S) requests for local development
pianomansam GitHub Stars
NPM Downloads
Offline Kinesis - serverless-offline-kinesis
This Serverless-offline-kinesis plugin emulates AWS λ and Kinesis streams on your local machine.
CoorpAcademy GitHub Stars
NPM Downloads
Offline Kinesis Events - serverless-plugin-offline-kinesis-events
Plugin that works with serverless-offline to allow offline testing of serverless functions that are triggered by Kinesis events.
DopplerLabs GitHub Stars
NPM Downloads
Offline Local Authorizers Plugin - serverless-offline-local-authorizers-plugin
Serverless plugin for adding and mocking local authorizers when developing locally with serverless-offline.
nlang GitHub Stars
NPM Downloads
Offline Python - serverless-offline-python
Emulate AWS λ and API Gateway locally when developing your Serverless project
alhazmy13 GitHub Stars
NPM Downloads
Offline Redis Server - serverless-offline-redis-server
A plugin that will run a local Redis server alongside Serverless Offline
apancutt GitHub Stars
NPM Downloads
Offline Schedule - serverless-offline-schedule
Emulate schedule events locally when developing your Serverless project
Meemaw GitHub Stars
NPM Downloads
Offline Scheduler - serverless-offline-scheduler
Runs scheduled functions offline while integrating with serverless-offline
ajmath GitHub Stars
NPM Downloads
Offline Ses V2 - serverless-offline-ses-v2
Serverless plugin to run a local version of Amazon Simple Email Service (SES) supporting the V1 and V2 SendEmail and SendRawEmail APIs
domdomegg GitHub Stars
NPM Downloads
Offline Sns - serverless-offline-sns
Serverless plugin to run a local SNS server and call serverless SNS handlers with events notifications.
mj1618 GitHub Stars
NPM Downloads
Offline Ssm - serverless-offline-ssm
Read SSM parameters from a .env file instead of AWS
janders223 GitHub Stars
NPM Downloads
Offline Watcher - serverless-offline-watcher
Run arbitrary commands when files are changed while running serverless-offline
domdomegg GitHub Stars
NPM Downloads
Oncall - serverless-oncall
Easily manage oncall for your serverless services
softprops GitHub Stars
NPM Downloads
Openapi Documentation - serverless-openapi-documentation
Serverless 1.0 plugin to generate OpenAPI V3 documentation from serverless configuration
temando GitHub Stars
NPM Downloads
Openapi Documenter - serverless-openapi-documenter
A plugin that creates a valid OpenAPI 3.0.X json or yaml schema as well as being able to output a Postman Collection v2 in json.
JaredCE GitHub Stars
NPM Downloads
Openapi Integration Helper - serverless-openapi-integration-helper
Provides functionality to merge stage-dependent x-amazon-apigateway integrations into openApiSpecification files
yndlingsfar GitHub Stars
NPM Downloads
Openapi Plugin - serverless-openapi-plugin
Serverless plugin to generate serverless API architecture from OpenAPI definition.
jaumard GitHub Stars
NPM Downloads
Openwhisk - serverless-openwhisk
Adds Apache OpenWhisk support to the Serverless Framework!
serverless GitHub Stars
NPM Downloads
Optimize - serverless-plugin-optimize
Bundle with Browserify, transpile with Babel to ES5 and minify with Uglify your Serverless functions.
FidelLimited GitHub Stars
NPM Downloads
Output To Env - serverless-output-to-env
A Serverless plugin that writes stack outputs to an .env file during the after:deploy hook.
williamsandonz GitHub Stars
NPM Downloads
Package Common - serverless-package-common
Deploy microservice Python Serverless services with common code
onlicar GitHub Stars
NPM Downloads
Package Customizer - serverless-package-customizer
This allows you to customize packaging system of the Serverless Framework from a command line.
horike37 GitHub Stars
NPM Downloads
Package Dotenv File - serverless-plugin-package-dotenv-file
A Serverless plugin to copy a .env file into the serverless package
ACloudGuru GitHub Stars
NPM Downloads
Package External - serverless-package-external
A Serverless plugin to add external folders to the deploy package
epsagon GitHub Stars
NPM Downloads
Package Location Customizer - serverless-package-location-customizer
A serverless plugin to allow custom S3Bucket and S3Key path when packaging Lambda Functions and Layers.
cipri-p GitHub Stars
NPM Downloads
Package Python Functions - serverless-package-python-functions
Packaging Python Lambda functions with only the dependencies/requirements they need.
ubaniabalogun GitHub Stars
NPM Downloads
Parameters - serverless-parameters
Add parameters to the generated cloudformation templates
svdgraaf GitHub Stars
NPM Downloads
Parcel - serverless-parcel
A Serverless plugin to bundle your functions and assets with Parcel Bundler
johnagan GitHub Stars
NPM Downloads
Parcel - serverless-plugin-parcel
Serverless Parcel plugin with watch mode and serverless-offline support
threadheap GitHub Stars
NPM Downloads
Parent - serverless-plugin-parent
Serverless Plugin that allows you to keep common configuration in a parent serverless.yml
aronim GitHub Stars
NPM Downloads
Powertools - serverless-plugin-powertools
Serverless plugin adding several variable tools, resolvers, and commands
whardier GitHub Stars
NPM Downloads
Print Dots - serverless-print-dots
A Serverless plugin for printing dots in Serverless log during deployment to indicate progress and prevent timeouts in CI/CD platforms.
amirklick GitHub Stars
NPM Downloads
Print Resolved Plugin - serverless-print-resolved-plugin
Generate a copy of serverless.yml with all variables resolved.
neverendingqs GitHub Stars
NPM Downloads
Provider Groups - serverless-plugin-provider-groups
A plugin to allow management of grouped settings within large serverless projects.
loanmarket GitHub Stars
NPM Downloads
Prune Plugin - serverless-prune-plugin
Deletes old versions of functions from AWS, preserving recent and aliased versions
claygregory GitHub Stars
NPM Downloads
Prune Versions - serverless-prune-versions
Automatic deletion of old Lambda and Lambda Layer versions
manwaring GitHub Stars
NPM Downloads
Pubsub - serverless-plugin-pubsub
Simple pub/sub configuration with queueing for the Serverless Framework
fivepapertigers GitHub Stars
NPM Downloads
Puresec Cli - serverless-puresec-cli
Serverless Plugin for magically creating IAM roles that are least privileged per function.
puresec GitHub Stars
NPM Downloads
Pydeps - serverless-pydeps
Serverless plugin to quickly automate Python dependencies
CloudSnorkel GitHub Stars
NPM Downloads
Python Individually - serverless-python-individually
A serverless framework plugin to install multiple lambda functions written in python
cfchou GitHub Stars
NPM Downloads
Python Requirements - serverless-python-requirements
Serverless plugin to bundle Python packages
UnitedIncome GitHub Stars
NPM Downloads
Rack - serverless-rack
Serverless plugin to deploy Ruby Rack applications (Sinatra/Padrino/Cuba etc.)
logandk GitHub Stars
NPM Downloads
Raml - raml-serverless
Serverless plugin to work with RAML API spec documents
andrewcurioso GitHub Stars
NPM Downloads
Reducer - serverless-plugin-reducer
Reduce Node.js lambda package so it contains only lambda dependencies
medikoo GitHub Stars
NPM Downloads
Registry - serverless-plugin-registry
Serverless plugin to register function names with AWS SSM Parameter Store.
aronim GitHub Stars
NPM Downloads
Remote Json Envs - serverless-remote-json-envs
Allows to use plain JSON files in remote locations being parsed as environment variables in lambda
juancarestre GitHub Stars
NPM Downloads
Reqvalidator Plugin - serverless-reqvalidator-plugin
Serverless plugin to add request validator to API Gateway methods
RafPe GitHub Stars
NPM Downloads
Resource Policy - serverless-resource-policy
Creates a whitelist of IP or CIDR addresses using serverless resource policies
HubSpotWebTeam GitHub Stars
NPM Downloads
Resource Tagging - serverless-plugin-resource-tagging
Plugin to support stackTags based AWS resource tagging and APIGateway tagging.
ilayanambi86 GitHub Stars
NPM Downloads
Resources Env - serverless-resources-env
After Deploy, this plugin fetches cloudformation resource identifiers and sets them on AWS lambdas, and creates local .-env file
rurri GitHub Stars
NPM Downloads
Ruby Layer - serverless-ruby-layer
A Serverless Plugin to auto deploy gems to AWS Layer using Gemfile
navarasu GitHub Stars
NPM Downloads
Ruby Package - serverless-ruby-package
Improves packaging and deploying gems for Ruby services
joshuaflanagan GitHub Stars
NPM Downloads
Run Function Plugin - serverless-run-function-plugin
Run serverless function locally
lithin GitHub Stars
NPM Downloads
Rust - serverless-rust
Deploy Rustlang applications to AWS Lambda
softprops GitHub Stars
NPM Downloads
S3 Deploy - serverless-s3-deploy
Plugin for serverless to deploy files to a variety of S3 Buckets
funkybob GitHub Stars
NPM Downloads
S3 Encryption - serverless-s3-encryption
Set or remove the encryption settings on your s3 buckets
tradle GitHub Stars
NPM Downloads
S3 Local - serverless-s3-local
A serverless plugin to run a S3 clone on your local machine
ar90n GitHub Stars
NPM Downloads
S3 Remover - serverless-s3-remover
A serverless plugin to make s3 buckets empty before deleting cloudformation stack when sls remove
sinofseven GitHub Stars
NPM Downloads
S3 Sync - serverless-s3-sync
A plugin to sync local directories and S3 prefixes for Serverless Framework,
k1LoW GitHub Stars
NPM Downloads
S3bucket Sync - serverless-s3bucket-sync
Sync a local folder with a S3 bucket after sls deploy
sbstjn GitHub Stars
NPM Downloads
Sagemaker Groundtruth - serverless-sagemaker-groundtruth
Serverless Plugin with AWS Sagemaker Groundtruth utilities (local template testing, e2e tests ...)
piercus GitHub Stars
NPM Downloads
Sam - serverless-sam
Exports an AWS SAM template for a service created with the Serverless Framework.
SAPessi GitHub Stars
NPM Downloads
Scaleway Serverless - serverless-scaleway-serverless
This plugin enables support for Scaleway Serverless Functions and Serverless Containers betas within the Serverless Framework
scaleway GitHub Stars
NPM Downloads
Scheduled Functions - serverless-scheduled-functions
Schedule your serverless functions
reactor-studio GitHub Stars
NPM Downloads
Scriptable Plugin - serverless-scriptable-plugin
Customize Serverless behavior without writing a plugin.
weixu365 GitHub Stars
NPM Downloads
Scripts - serverless-plugin-scripts
Add scripting capabilities to the Serverless Framework
mvila GitHub Stars
NPM Downloads
Secret Baker - serverless-secret-baker
A Serverless Framework Plugin for secure, performant, and deterministic secret management.
vacasaoss GitHub Stars
NPM Downloads
Select - serverless-plugin-select
Select which functions are to be deployed based on region and stage.
FidelLimited GitHub Stars
NPM Downloads
Sentry - serverless-sentry
Automatic monitoring of memory usage, execution timeouts and forwarding of Lambda errors to Sentry (https://sentry.io).
arabold GitHub Stars
NPM Downloads
Sequelize Migrations - serverless-sequelize-migrations
Manage Sequelize migrations on your serverless project
manelferreira GitHub Stars
NPM Downloads
Shell - serverless-shell
Drop to a runtime shell with all the environment variables set that you'd have in lambda.
UnitedIncome GitHub Stars
NPM Downloads
Simulate - serverless-plugin-simulate
Simulate AWS Lambda and API Gateway locally using Docker
gertjvr GitHub Stars
NPM Downloads
Slic Watch Plugin - serverless-slic-watch-plugin
Automatically create CloudWatch alarms and dashboards for Lambda, SQS, Kinesis, DynamoDB, API Gateway and Step Functions
fourTheorem GitHub Stars
NPM Downloads
Sls Rust - sls-rust
A Serverless plugin to deploy Rust applications
fdaciuk GitHub Stars
NPM Downloads
Snowflake External Function Plugin - serverless-snowflake-external-function-plugin
Serverless Plugin for deploying Snowflake External Functions
starschema GitHub Stars
NPM Downloads
Sns Filter - serverless-sns-filter
Serverless plugin to add SNS Subscription Filters to events
MechanicalRock GitHub Stars
NPM Downloads
Spa - serverless-spa
Serverless plugin to deploy your website to AWS S3 using Webpack to bundle it.
gilmarsquinelato GitHub Stars
NPM Downloads
Split Stacks - serverless-plugin-split-stacks
Migrate certain resources to nested stacks
dougmoscrop GitHub Stars
NPM Downloads
Sqs Alarms Plugin - serverless-sqs-alarms-plugin
Wrapper to setup CloudWatch Alarms on SQS queue length
sbstjn GitHub Stars
NPM Downloads
Sqs Fifo - serverless-sqs-fifo
A serverless plugin to handle creation of sqs fifo queue's in aws (stop-gap)
vortarian GitHub Stars
NPM Downloads
Ssm Fetch - serverless-ssm-fetch
Sets "AWS Systems Manager Parameter Store (SSM)" parameters into functions' environment variables.
gozup GitHub Stars
NPM Downloads
Stack Config - serverless-plugin-stack-config
A serverless plugin to manage configurations for a stack across micro-services.
rawphp GitHub Stars
NPM Downloads
Stack Output - serverless-stack-output
Store output from your AWS CloudFormation Stack in JSON/YAML/TOML files, or to pass it to a JavaScript function for further processing.
sbstjn GitHub Stars
NPM Downloads
Stack Outputs - serverless-plugin-stack-outputs
Displays stack outputs for your serverless stacks when sls info is ran
svdgraaf GitHub Stars
NPM Downloads
Stack Policy By Resource Type - serverless-stack-policy-by-resource-type
Serverless Framework plugin for automatically populating CloudFormation stack policy statements by resource type.
neverendingqs GitHub Stars
NPM Downloads
Stack Termination Protection - serverless-stack-termination-protection
Serverless plugin to update the CloudFormation stack termination protection.
miguel-a-calles-mba GitHub Stars
NPM Downloads
Stackstorm - serverless-plugin-stackstorm
Reusable Functions from StackStorm Exchange
StackStorm GitHub Stars
NPM Downloads
Stage Manager - serverless-stage-manager
Super simple Serverless plugin for validating stage names before deployment
jeremydaly GitHub Stars
NPM Downloads
Stage Variables - serverless-plugin-stage-variables
Add stage variables for Serverless 1.x to ApiGateway, so you can use variables in your Lambda's
svdgraaf GitHub Stars
NPM Downloads
Staging - serverless-plugin-staging
A plugin to restrict the deployment of resources or functions on a per stage basis
icarus-sullivan GitHub Stars
NPM Downloads
Static - serverless-static
Easily serve files from a folder while developing on localhost with the serverless-offline plugin
iliasbhal GitHub Stars
NPM Downloads
Static - serverless-plugin-static
Serving static files locally with serverless-offline or a standalone command
a-pavlenko GitHub Stars
NPM Downloads
Step Functions - serverless-step-functions
AWS Step Functions plugin for Serverless Framework
serverless-operations GitHub Stars
NPM Downloads
Step Functions Offline - serverless-step-functions-offline
Emulate step functions locally when developing your Serverless project
vkkis93 GitHub Stars
NPM Downloads
Sthree Env - serverless-sthree-env
Serverless plugin to get config from a json formatted file in S3 and copy them to environment variable
StyleTributeIT GitHub Stars
NPM Downloads
Subscription Filter - serverless-subscription-filter
Serverless plugin to register subscription filter for Lambda logs. Register and pipe the logs of one lambda to another to process.
blackevil245 GitHub Stars
NPM Downloads
Subscription Filter - serverless-plugin-subscription-filter
A serverless plugin to register AWS CloudWatchLogs subscription filter
tsub GitHub Stars
NPM Downloads
Sumologic - serverless-plugin-sumologic
This Serverless plugin deploys Cloudformation Stack with resources required to send Cloudformation Logs to Sumologic. This stack uses AWS Lambda to subscribe to your CloudWatch Log Group and POSTs the log data directly to Sumo HTTP Source.
ACloudGuru GitHub Stars
NPM Downloads
Tables - serverless-plugin-tables
Easily configure table resources, such as DynamoDB
chris-feist GitHub Stars
NPM Downloads
Tag Api Gateway - serverless-tag-api-gateway
Serverless plugin to tag API Gateway
gfragoso GitHub Stars
NPM Downloads
Tag Cloud Watch Logs - serverless-plugin-tag-cloud-watch-logs
Small serverless plugin providing a way to add tags to CloudWatch resources
pretty-fun-therapy GitHub Stars
NPM Downloads
Tag Cloud Watch Logs - serverless-tag-cloud-watch-logs
Serverless plugin to tag CloudWatchLogs
gfragoso GitHub Stars
NPM Downloads
Tag Sns Topic - serverless-tag-sns-topic
Serverless plugin to tag SNS Topic
inokappa GitHub Stars
NPM Downloads
Tag Sqs - serverless-tag-sqs
Serverless plugin to tag SQS - Simple Queue Service
gfragoso GitHub Stars
NPM Downloads
Tagsns - serverless-plugin-tagsns
Serverless plugin to add Tags to SNS Topics
ManoManoTech GitHub Stars
NPM Downloads
Tencent Scf - serverless-tencent-scf
Serverless framework provider plugin for Tencent SCF(Serverless Cloud Function)
tencentyun GitHub Stars
NPM Downloads
Tesseract - serverless-tesseract
Add Tesseract OCR Engine to your build.
Suor GitHub Stars
NPM Downloads
Test Helper - serverless-plugin-test-helper
Makes it easier to end-to-end test deployed deployed services by saving CloudFormation Stack Outputs locally and exposing values via a simple Node.js library
manwaring GitHub Stars
NPM Downloads
Tracer - serverless-plugin-tracer
Trace serverless hooks as they execute
enykeev GitHub Stars
NPM Downloads
Tracing - serverless-plugin-tracing
Enables AWS X-Ray (https://aws.amazon.com/xray/) for the entire Serverless stack or individual functions.
alex-murashkin GitHub Stars
NPM Downloads
Transpiler - serverless-plugin-transpiler
Transpile lambda files during packaging step
medikoo GitHub Stars
NPM Downloads
Tree Shake - serverless-plugin-tree-shake
Shake the dependency tree and only package files needed
sergioramos GitHub Stars
NPM Downloads
Typescript - serverless-plugin-typescript
Serverless plugin for zero-config Typescript support.
graphcool GitHub Stars
NPM Downloads
Typescript Express - serverless-plugin-typescript-express
Serverless plugin Typescript support with express integration
eliasjcjunior GitHub Stars
NPM Downloads
Typetalk - serverless-plugin-typetalk
Sends notification to Typetalk
is2ei GitHub Stars
NPM Downloads
Utils - serverless-plugin-utils
A collection of serverless framework utilities
icarus-sullivan GitHub Stars
NPM Downloads
Vault Plugin - serverless-vault-plugin
A Serverless plugin to retrieve passwords from vault and encrypt to kms
Rondineli GitHub Stars
NPM Downloads
Vault V2 - serverless-plugin-vault-v2
Simplify integration between serverless and vault to storage environments variables
eliasjcjunior GitHub Stars
NPM Downloads
Version Tracker - serverless-version-tracker
A serverless plugin for tracking deployed versions of your code.
danepowell GitHub Stars
NPM Downloads
Vpc Discovery - serverless-vpc-discovery
Serverless plugin for discovering VPC / Subnet / Security Group configuration by name.
amplify-education GitHub Stars
NPM Downloads
Vpc Eni Cleanup - serverless-plugin-vpc-eni-cleanup
Automatic cleanup of VPC network interfaces on stage removal
medikoo GitHub Stars
NPM Downloads
Vpc Plugin - serverless-vpc-plugin
Serverless plugin to create a VPC
smoketurner GitHub Stars
NPM Downloads
Warmup - serverless-plugin-warmup
Keep your lambdas warm during Winter.
juanjoDiaz GitHub Stars
NPM Downloads
Webpack - serverless-webpack
Serverless plugin to bundle your lambdas with Webpack
serverless-heaven GitHub Stars
NPM Downloads
Webpack - serverless-plugin-webpack
A serverless plugin to automatically bundle your functions individually with webpack
goldwasserexchange GitHub Stars
NPM Downloads
Website Domain - serverless-website-domain
A plugin that creates Route 53 records that point to your Cloudfront hosted static website, including www/non-www redirects.
williamsandonz GitHub Stars
NPM Downloads
Websockets Plugin - serverless-websockets-plugin
Websocket support for Serverless Framework on AWS
serverless GitHub Stars
NPM Downloads
Whitelisting - serverless-whitelisting
A Serverless plugin to create a whitelist for IP addresses, CIDR for a serverless application, using resource policies. Support privateStages, publicStages and publicPaths.
tho-asterist GitHub Stars
NPM Downloads
Workspaces Plugin - serverless-workspaces-plugin
Resolve and Symlink hoisted dependencies when individually packaging each function
sergioramos GitHub Stars
NPM Downloads
Write Env Vars - serverless-plugin-write-env-vars
Write environment variables out to a file that is compatible with dotenv
silvermine GitHub Stars
NPM Downloads
Wsgi - serverless-wsgi
Serverless plugin to deploy WSGI applications (Flask/Django/Pyramid etc.) and bundle Python packages
logandk GitHub Stars
NPM Downloads

About

Serverless Plugins – Extend the Serverless Framework with these community driven plugins –

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%