From 42f9840b70313fec2285ea5cb4ff84bda8d72c51 Mon Sep 17 00:00:00 2001 From: Grady Rogers Date: Wed, 8 Dec 2021 14:45:03 -0500 Subject: [PATCH] Generated docs for new serverless-frontend-plugin --- README.md | 1 + plugins.json | 5 +++++ 2 files changed, 6 insertions(+) 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 | ![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)| +| **[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. | ![Github Stars](https://img.shields.io/github/stars/rogersgt/serverless-frontend-plugin.svg?label=Stars&style=for-the-badge)
![NPM Downloads](https://img.shields.io/npm/dt/serverless-frontend-plugin.svg?label=Downloads&style=for-the-badge)| | **[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. | ![Github Stars](https://img.shields.io/github/stars/MadSkills-io/fullstack-serverless.svg?label=Stars&style=for-the-badge)
![NPM Downloads](https://img.shields.io/npm/dt/fullstack-serverless.svg?label=Downloads&style=for-the-badge)| | **[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). | ![Github Stars](https://img.shields.io/github/stars/KennethWussmann/serverless-function-gateway.svg?label=Stars&style=for-the-badge)
![NPM Downloads](https://img.shields.io/npm/dt/serverless-function-gateway.svg?label=Downloads&style=for-the-badge)| | **[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 | ![Github Stars](https://img.shields.io/github/stars/RogerBarreto/serverless-function-outputs.svg?label=Stars&style=for-the-badge)
![NPM Downloads](https://img.shields.io/npm/dt/serverless-function-outputs.svg?label=Downloads&style=for-the-badge)| 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.",