Skip to content

Commit 49d49d3

Browse files
committed
Add serverless-fargate to listing
1 parent fbd8463 commit 49d49d3

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,7 @@ Add your plugin to [the `plugins.json` file](https://github.com/serverless/commu
153153
| **[Express - `serverless-express`](https://github.com/mikestaub/serverless-express)** <br/> by [mikestaub](http://github.com/mikestaub) <br/> 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) <br/> ![NPM Downloads](https://img.shields.io/npm/dt/serverless-express.svg?label=Downloads&style=for-the-badge)|
154154
| **[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)|
155155
| **[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)|
156+
| **[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)|
156157
| **[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)|
157158
| **[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)|
158159
| **[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)|

plugins.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1765,6 +1765,12 @@
17651765
"githubUrl": "https://github.com/apancutt/serverless-offline-redis-server",
17661766
"status": "active"
17671767
},
1768+
{
1769+
"name": "serverless-fargate",
1770+
"description": "Maintain long-running Fargate tasks within your Serverless project",
1771+
"githubUrl": "https://github.com/eddmann/serverless-fargate",
1772+
"status": "active"
1773+
},
17681774
{
17691775
"name": "@hybridless/serverless-ecs-plugin",
17701776
"description": "(ECR) - Elastic Container Service clusters, services, tasks and application load balancers made easy within your serverless definition.",

0 commit comments

Comments
 (0)