diff --git a/README.md b/README.md
index 1d04aaf..0f4cf32 100644
--- a/README.md
+++ b/README.md
@@ -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)**
by [silvermine](http://github.com/silvermine)
Add ability for functions to use existing or external SNS topics as an event source | 
|
| **[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 | 
|
| **[Fargate - `serverless-fargate`](https://github.com/eddmann/serverless-fargate)**
by [eddmann](http://github.com/eddmann)
Maintain long-running Fargate tasks within your Serverless project | 
|
+| **[Fargate Service - `serverless-fargate-service`](https://github.com/AbtinZo/serverless-fargate-service)**
by [AbtinZo](http://github.com/AbtinZo)
Deploy long-running container web services to AWS ECS Fargate behind a fully-tunable Application Load Balancer. | 
|
| **[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 | 
|
| **[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. | 
|
| **[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. | 
|
diff --git a/plugins.json b/plugins.json
index a19f338..4f5f62f 100644
--- a/plugins.json
+++ b/plugins.json
@@ -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",