From 49d49d33b4826080d74e2eb57f68da51e8f61ae2 Mon Sep 17 00:00:00 2001 From: Edd Mann Date: Thu, 3 Mar 2022 07:47:19 +0000 Subject: [PATCH] Add `serverless-fargate` to listing --- README.md | 1 + plugins.json | 6 ++++++ 2 files changed, 7 insertions(+) diff --git a/README.md b/README.md index 64bf200..16f326a 100644 --- a/README.md +++ b/README.md @@ -153,6 +153,7 @@ Add your plugin to [the `plugins.json` file](https://github.com/serverless/commu | **[Express - `serverless-express`](https://github.com/mikestaub/serverless-express)**
by [mikestaub](http://github.com/mikestaub)
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)
![NPM Downloads](https://img.shields.io/npm/dt/serverless-express.svg?label=Downloads&style=for-the-badge)| | **[External Sns Events - `serverless-plugin-external-sns-events`](https://github.com/silvermine/serverless-plugin-external-sns-events)**
by [silvermine](http://github.com/silvermine)
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)
![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)**
by [hansottowirtz](http://github.com/hansottowirtz)
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)
![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)**
by [eddmann](http://github.com/eddmann)
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)
![NPM Downloads](https://img.shields.io/npm/dt/serverless-fargate.svg?label=Downloads&style=for-the-badge)| | **[Fargate Tasks - `serverless-fargate-tasks`](https://github.com/svdgraaf/serverless-fargate-tasks)**
by [svdgraaf](http://github.com/svdgraaf)
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)
![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)**
by [aronim](http://github.com/aronim)
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)
![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)**
by [fernando-mc](http://github.com/fernando-mc)
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)
![NPM Downloads](https://img.shields.io/npm/dt/serverless-finch.svg?label=Downloads&style=for-the-badge)| diff --git a/plugins.json b/plugins.json index 6c83445..59ac344 100644 --- a/plugins.json +++ b/plugins.json @@ -1765,6 +1765,12 @@ "githubUrl": "https://github.com/apancutt/serverless-offline-redis-server", "status": "active" }, + { + "name": "serverless-fargate", + "description": "Maintain long-running Fargate tasks within your Serverless project", + "githubUrl": "https://github.com/eddmann/serverless-fargate", + "status": "active" + }, { "name": "@hybridless/serverless-ecs-plugin", "description": "(ECR) - Elastic Container Service clusters, services, tasks and application load balancers made easy within your serverless definition.",