Skip to content

Commit 4e1410c

Browse files
authored
Merge pull request serverless#226 from svdgraaf/serverless-fargate-tasks
Added a link to serverless-fargate-tasks
2 parents bd949a0 + 9b06d1c commit 4e1410c

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ Add your plugin to [the `plugins.json` file](https://github.com/serverless/commu
104104
| **[Export Env - `serverless-export-env`](https://github.com/arabold/serverless-export-env)** <br/> by [arabold](http://github.com/arabold) <br/> 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) <br/> ![NPM Downloads](https://img.shields.io/npm/dt/serverless-export-env.svg?label=Downloads&style=for-the-badge)|
105105
| **[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)|
106106
| **[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)|
107+
| **[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)|
107108
| **[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)|
108109
| **[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)|
109110
| **[Fullstack - `fullstack-serverless`](https://github.com/MadSkills-io/fullstack-serverless)** <br/> by [MadSkills-io](http://github.com/MadSkills-io) <br/> 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) <br/> ![NPM Downloads](https://img.shields.io/npm/dt/fullstack-serverless.svg?label=Downloads&style=for-the-badge)|

plugins.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1073,5 +1073,10 @@
10731073
"name": "serverless-plugin-staging",
10741074
"description": "A plugin to restrict the deployment of resources or functions on a per stage basis",
10751075
"githubUrl": "https://github.com/icarus-sullivan/serverless-plugin-staging"
1076+
},
1077+
{
1078+
"name": "serverless-fargate-tasks",
1079+
"description": "A plugin to run fargate tasks as part of your Serverless project",
1080+
"githubUrl": "https://github.com/svdgraaf/serverless-fargate-tasks"
10761081
}
10771082
]

0 commit comments

Comments
 (0)