Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ Add your plugin to [the `plugins.json` file](https://github.com/serverless/commu
| **[@Agiledigital/serverless Sns Sqs Lambda - `@agiledigital/serverless-sns-sqs-lambda`](https://github.com/agiledigital/serverless-sns-sqs-lambda)** <br/> by [agiledigital](http://github.com/agiledigital) <br/> 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) <br/> ![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)** <br/> by [digitalmaas](http://github.com/digitalmaas) <br/> 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) <br/> ![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)** <br/> by [EndemolShineGroup](http://github.com/EndemolShineGroup) <br/> 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) <br/> ![NPM Downloads](https://img.shields.io/npm/dt/@endemolshinegroup/serverless-dynamodb-autoscaler.svg?label=Downloads&style=for-the-badge)|
| **[@Failsafe Engineering/serverless Aws Apigateway Documentation - `@failsafe-engineering/serverless-aws-apigateway-documentation`](https://github.com/failsafe-engineering/serverless-aws-apigateway-documentation)** <br/> by [failsafe-engineering](http://github.com/failsafe-engineering) <br/> 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) <br/> ![NPM Downloads](https://img.shields.io/npm/dt/@failsafe-engineering/serverless-aws-apigateway-documentation.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)** <br/> by [jefer590](http://github.com/jefer590) <br/> 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) <br/> ![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)** <br/> by [haftahave](http://github.com/haftahave) <br/> 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) <br/> ![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)** <br/> by [hybridless](http://github.com/hybridless) <br/> (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) <br/> ![NPM Downloads](https://img.shields.io/npm/dt/@hybridless/serverless-ecs-plugin.svg?label=Downloads&style=for-the-badge)|
Expand Down
5 changes: 5 additions & 0 deletions plugins.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
[{
"name": "@failsafe-engineering/serverless-aws-apigateway-documentation",
"description": "Adds support for AWS API Gateway documentation and model",
"githubUrl": "https://github.com/failsafe-engineering/serverless-aws-apigateway-documentation",
"status": "active"
},{
"name": "serverless-plugin-typetalk",
"description": "Sends notification to Typetalk",
"githubUrl": "https://github.com/is2ei/serverless-plugin-typetalk",
Expand Down