tanosugi
Results
1
issues of
tanosugi
I found the following serverless.com web page. but a route53 record was not made. https://www.serverless.com/plugins/serverless-aws-function-url-custom-domain ``` # add in your serverless.yml plugins: - serverless-aws-function-url-custom-domain custom: urlDomain: apiDomain: ${env:SUBDOMAIN}.yourdomain.com # change...