Skip to content

Commit 960507b

Browse files
authored
feat: Registerserverless-frontend-plugin (#382)
1 parent 6bec5fc commit 960507b

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
@@ -154,6 +154,7 @@ Add your plugin to [the `plugins.json` file](https://github.com/serverless/commu
154154
| **[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)|
155155
| **[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)|
156156
| **[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)|
157+
| **[Frontend Plugin - `serverless-frontend-plugin`](https://github.com/rogersgt/serverless-frontend-plugin)** <br/> by [rogersgt](http://github.com/rogersgt) <br/> Deploy any type of frontend on AWS Cloudfront with Https/SSL termination with your serverless deployments. Integrates with serverless-offline for local development. | ![Github Stars](https://img.shields.io/github/stars/rogersgt/serverless-frontend-plugin.svg?label=Stars&style=for-the-badge) <br/> ![NPM Downloads](https://img.shields.io/npm/dt/serverless-frontend-plugin.svg?label=Downloads&style=for-the-badge)|
157158
| **[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)|
158159
| **[Function Gateway - `serverless-function-gateway`](https://github.com/KennethWussmann/serverless-function-gateway)** <br/> by [KennethWussmann](http://github.com/KennethWussmann) <br/> Publish AWS Lambda functions to selfhosted [function-gateway](https://github.com/KennethWussmann/function-gateway). | ![Github Stars](https://img.shields.io/github/stars/KennethWussmann/serverless-function-gateway.svg?label=Stars&style=for-the-badge) <br/> ![NPM Downloads](https://img.shields.io/npm/dt/serverless-function-gateway.svg?label=Downloads&style=for-the-badge)|
159160
| **[Function Outputs - `serverless-function-outputs`](https://github.com/RogerBarreto/serverless-function-outputs)** <br/> by [RogerBarreto](http://github.com/RogerBarreto) <br/> Adds function Name and ARN outputs without version suffix | ![Github Stars](https://img.shields.io/github/stars/RogerBarreto/serverless-function-outputs.svg?label=Stars&style=for-the-badge) <br/> ![NPM Downloads](https://img.shields.io/npm/dt/serverless-function-outputs.svg?label=Downloads&style=for-the-badge)|

plugins.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1089,6 +1089,11 @@
10891089
"description": "Serverless Plugin for easily defining IAM roles per function via the use of iamRoleStatements at the function level.",
10901090
"githubUrl": "https://github.com/functionalone/serverless-iam-roles-per-function",
10911091
"status": "active"
1092+
}, {
1093+
"name": "serverless-frontend-plugin",
1094+
"description": "Deploy any type of frontend on AWS Cloudfront with Https/SSL termination with your serverless deployments. Integrates with serverless-offline for local development.",
1095+
"githubUrl": "https://github.com/rogersgt/serverless-frontend-plugin",
1096+
"status": "active"
10921097
}, {
10931098
"name": "@fernthedev/serverless-offline-step-functions",
10941099
"description": "Serverless Offline Plugin to Support Step Functions for Local Development.",

0 commit comments

Comments
 (0)