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 | 
|
| **[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. | 
|
| **[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. | 
|
+| **[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. | 
|
| **[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 | 
|
| **[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) | 
|
| **[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. | 
|
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",