Skip to content

Commit 873c98a

Browse files
authored
Merge pull request #399 from wangsha/master
2 parents 336eb83 + 4b234ab commit 873c98a

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
@@ -44,6 +44,7 @@ Add your plugin to [the `plugins.json` file](https://github.com/serverless/commu
4444
| **[Apib Validator - `serverless-apib-validator`](https://github.com/onlicar/serverless-apib-validator)** <br/> by [onlicar](http://github.com/onlicar) <br/> 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) <br/> ![NPM Downloads](https://img.shields.io/npm/dt/serverless-apib-validator.svg?label=Downloads&style=for-the-badge)|
4545
| **[Apig S3 - `serverless-apig-s3`](https://github.com/sdd/serverless-apig-s3)** <br/> by [sdd](http://github.com/sdd) <br/> 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) <br/> ![NPM Downloads](https://img.shields.io/npm/dt/serverless-apig-s3.svg?label=Downloads&style=for-the-badge)|
4646
| **[Apigateway Log Retention - `serverless-apigateway-log-retention`](https://github.com/dvla/serverless-apigateway-log-retention)** <br/> by [dvla](http://github.com/dvla) <br/> 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) <br/> ![NPM Downloads](https://img.shields.io/npm/dt/serverless-apigateway-log-retention.svg?label=Downloads&style=for-the-badge)|
47+
| **[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))** <br/> by [wangsha](http://github.com/wangsha) <br/> 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) <br/> ![NPM Downloads](https://img.shields.io/npm/dt/serverless-aws-function-url-custom-domain.svg?label=Downloads&style=for-the-badge)|
4748
| **[Apigateway Plugin - `serverless-apigateway-plugin`](https://github.com/GFG/serverless-apigateway-plugin)** <br/> by [GFG](http://github.com/GFG) <br/> 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) <br/> ![NPM Downloads](https://img.shields.io/npm/dt/serverless-apigateway-plugin.svg?label=Downloads&style=for-the-badge)|
4849
| **[Apigateway Route Settings - `serverless-apigateway-route-settings`](https://github.com/talbotp/serverless-apigateway-route-settings)** <br/> by [talbotp](http://github.com/talbotp) <br/> 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) <br/> ![NPM Downloads](https://img.shields.io/npm/dt/serverless-apigateway-route-settings.svg?label=Downloads&style=for-the-badge)|
4950
| **[Apigateway Service Proxy - `serverless-apigateway-service-proxy`](https://github.com/horike37/serverless-apigateway-service-proxy)** <br/> by [horike37](http://github.com/horike37) <br/> 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) <br/> ![NPM Downloads](https://img.shields.io/npm/dt/serverless-apigateway-service-proxy.svg?label=Downloads&style=for-the-badge)|

plugins.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@
88
"description": "Adds support for AWS API Gateway documentation and model",
99
"githubUrl": "https://github.com/failsafe-engineering/serverless-aws-apigateway-documentation",
1010
"status": "active"
11+
},{
12+
"name": "serverless-aws-function-url-custom-domain",
13+
"description": "Setup cloudfront distrubution and route53 record for AWS Lambda with Function URL",
14+
"githubUrl": "https://github.com/wangsha/serverless-aws-function-url-custom-domain",
15+
"status": "active"
1116
},{
1217
"name": "serverless-plugin-typetalk",
1318
"description": "Sends notification to Typetalk",

0 commit comments

Comments
 (0)