diff --git a/README.md b/README.md
index 5d82d22..a41ccaa 100644
--- a/README.md
+++ b/README.md
@@ -154,6 +154,7 @@ Add your plugin to [the `plugins.json` file](https://github.com/serverless/commu
| **[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. | 
|
+| **[Frontend Plugin - `serverless-frontend-plugin`](https://github.com/rogersgt/serverless-frontend-plugin)**
by [rogersgt](http://github.com/rogersgt)
Deploy any type of frontend on AWS Cloudfront with Https/SSL termination with your serverless deployments. Integrates with serverless-offline for local development. | 
|
| **[Fullstack - `fullstack-serverless`](https://github.com/MadSkills-io/fullstack-serverless)**
by [MadSkills-io](http://github.com/MadSkills-io)
A Serverless plugin to create an AWS CloudFront distribution that serves static web content from S3 and routes API traffic to API Gateway. | 
|
| **[Function Gateway - `serverless-function-gateway`](https://github.com/KennethWussmann/serverless-function-gateway)**
by [KennethWussmann](http://github.com/KennethWussmann)
Publish AWS Lambda functions to selfhosted [function-gateway](https://github.com/KennethWussmann/function-gateway). | 
|
| **[Function Outputs - `serverless-function-outputs`](https://github.com/RogerBarreto/serverless-function-outputs)**
by [RogerBarreto](http://github.com/RogerBarreto)
Adds function Name and ARN outputs without version suffix | 
|
diff --git a/plugins.json b/plugins.json
index f728b27..17b9c5e 100644
--- a/plugins.json
+++ b/plugins.json
@@ -1089,6 +1089,11 @@
"description": "Serverless Plugin for easily defining IAM roles per function via the use of iamRoleStatements at the function level.",
"githubUrl": "https://github.com/functionalone/serverless-iam-roles-per-function",
"status": "active"
+}, {
+ "name": "serverless-frontend-plugin",
+ "description": "Deploy any type of frontend on AWS Cloudfront with Https/SSL termination with your serverless deployments. Integrates with serverless-offline for local development.",
+ "githubUrl": "https://github.com/rogersgt/serverless-frontend-plugin",
+ "status": "active"
}, {
"name": "@fernthedev/serverless-offline-step-functions",
"description": "Serverless Offline Plugin to Support Step Functions for Local Development.",