diff --git a/README.md b/README.md index 78dfcd3..1631eca 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,7 @@ Add your plugin to [the `plugins.json` file](https://github.com/serverless/commu | **[Apib Validator - `serverless-apib-validator`](https://github.com/onlicar/serverless-apib-validator)**
by [onlicar](http://github.com/onlicar)
Validate that an API Blueprint has full coverage over a Serverless config | ![Github Stars](https://img.shields.io/github/stars/onlicar/serverless-apib-validator.svg?label=Stars&style=for-the-badge)
![NPM Downloads](https://img.shields.io/npm/dt/serverless-apib-validator.svg?label=Downloads&style=for-the-badge)| | **[Apig S3 - `serverless-apig-s3`](https://github.com/sdd/serverless-apig-s3)**
by [sdd](http://github.com/sdd)
Serve static front-end content from S3 via the API Gateway and deploy client bundle to S3. | ![Github Stars](https://img.shields.io/github/stars/sdd/serverless-apig-s3.svg?label=Stars&style=for-the-badge)
![NPM Downloads](https://img.shields.io/npm/dt/serverless-apig-s3.svg?label=Downloads&style=for-the-badge)| | **[Apigateway Log Retention - `serverless-apigateway-log-retention`](https://github.com/dvla/serverless-apigateway-log-retention)**
by [dvla](http://github.com/dvla)
Control the retention of your AWS ApiGateway access logs and execution logs. | ![Github Stars](https://img.shields.io/github/stars/dvla/serverless-apigateway-log-retention.svg?label=Stars&style=for-the-badge)
![NPM Downloads](https://img.shields.io/npm/dt/serverless-apigateway-log-retention.svg?label=Downloads&style=for-the-badge)| +| **[AWS Lambda Function URL Custom Domain - `serverless-aws-function-url-custom-domain`]([https://github.com/wangsha/serverless-aws-function-url-custom-domain](https://github.com/wangsha/serverless-aws-function-url-custom-domain))**
by [wangsha](http://github.com/wangsha)
Setup cloudfront distribution and route53 record for aws lambda functions deployed with function url. | ![Github Stars](https://img.shields.io/github/stars/wangsha/serverless-aws-function-url-custom-domain.svg?label=Stars&style=for-the-badge)
![NPM Downloads](https://img.shields.io/npm/dt/serverless-aws-function-url-custom-domain.svg?label=Downloads&style=for-the-badge)| | **[Apigateway Plugin - `serverless-apigateway-plugin`](https://github.com/GFG/serverless-apigateway-plugin)**
by [GFG](http://github.com/GFG)
Configure the AWS api gateway: Binary support, Headers and Body template mappings | ![Github Stars](https://img.shields.io/github/stars/GFG/serverless-apigateway-plugin.svg?label=Stars&style=for-the-badge)
![NPM Downloads](https://img.shields.io/npm/dt/serverless-apigateway-plugin.svg?label=Downloads&style=for-the-badge)| | **[Apigateway Route Settings - `serverless-apigateway-route-settings`](https://github.com/talbotp/serverless-apigateway-route-settings)**
by [talbotp](http://github.com/talbotp)
Configure Route Settings for HTTP API Gateway v2 (Throttling & Detailed Metrics) | ![Github Stars](https://img.shields.io/github/stars/talbotp/serverless-apigateway-route-settings.svg?label=Stars&style=for-the-badge)
![NPM Downloads](https://img.shields.io/npm/dt/serverless-apigateway-route-settings.svg?label=Downloads&style=for-the-badge)| | **[Apigateway Service Proxy - `serverless-apigateway-service-proxy`](https://github.com/horike37/serverless-apigateway-service-proxy)**
by [horike37](http://github.com/horike37)
This Serverless Framewrok plugin supports the AWS service proxy integration feature of API Gateway. | ![Github Stars](https://img.shields.io/github/stars/horike37/serverless-apigateway-service-proxy.svg?label=Stars&style=for-the-badge)
![NPM Downloads](https://img.shields.io/npm/dt/serverless-apigateway-service-proxy.svg?label=Downloads&style=for-the-badge)| diff --git a/plugins.json b/plugins.json index ecfa351..51b5409 100644 --- a/plugins.json +++ b/plugins.json @@ -8,6 +8,11 @@ "description": "Adds support for AWS API Gateway documentation and model", "githubUrl": "https://github.com/failsafe-engineering/serverless-aws-apigateway-documentation", "status": "active" +},{ + "name": "serverless-aws-function-url-custom-domain", + "description": "Setup cloudfront distrubution and route53 record for AWS Lambda with Function URL", + "githubUrl": "https://github.com/wangsha/serverless-aws-function-url-custom-domain", + "status": "active" },{ "name": "serverless-plugin-typetalk", "description": "Sends notification to Typetalk",