Skip to content
Open
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 @@ -166,6 +166,7 @@ Add your plugin to [the `plugins.json` file](https://github.com/serverless/commu
| **[External Sns Events - `serverless-plugin-external-sns-events`](https://github.com/silvermine/serverless-plugin-external-sns-events)** <br/> by [silvermine](http://github.com/silvermine) <br/> 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) <br/> ![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)** <br/> by [hansottowirtz](http://github.com/hansottowirtz) <br/> 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) <br/> ![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)** <br/> by [eddmann](http://github.com/eddmann) <br/> 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) <br/> ![NPM Downloads](https://img.shields.io/npm/dt/serverless-fargate.svg?label=Downloads&style=for-the-badge)|
| **[Fargate Service - `serverless-fargate-service`](https://github.com/AbtinZo/serverless-fargate-service)** <br/> by [AbtinZo](http://github.com/AbtinZo) <br/> Deploy long-running container web services to AWS ECS Fargate behind a fully-tunable Application Load Balancer. | ![Github Stars](https://img.shields.io/github/stars/AbtinZo/serverless-fargate-service.svg?label=Stars&style=for-the-badge) <br/> ![NPM Downloads](https://img.shields.io/npm/dt/serverless-fargate-service.svg?label=Downloads&style=for-the-badge)|
| **[Fargate Tasks - `serverless-fargate-tasks`](https://github.com/svdgraaf/serverless-fargate-tasks)** <br/> by [svdgraaf](http://github.com/svdgraaf) <br/> 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) <br/> ![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)** <br/> by [aronim](http://github.com/aronim) <br/> 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) <br/> ![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)** <br/> by [fernando-mc](http://github.com/fernando-mc) <br/> 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) <br/> ![NPM Downloads](https://img.shields.io/npm/dt/serverless-finch.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
Expand Up @@ -28,6 +28,11 @@
"description": "Plug & Play AWS Lambda NodeJS development tool with local API Gateway and Application Load Balancer support.",
"githubUrl": "https://github.com/Inqnuam/serverless-aws-lambda",
"status": "active"
},{
"name": "serverless-fargate-service",
"description": "Deploy long-running container web services to AWS ECS Fargate behind a fully-tunable Application Load Balancer.",
"githubUrl": "https://github.com/AbtinZo/serverless-fargate-service",
"status": "active"
},{
"name": "serverless-app-client-credentials-to-ssm",
"description": "Export Cognito app client credentials to SSM Parameter store",
Expand Down