can we attach the custom domain to lambda function urls ?
can we attach the custom domain to lambda function urls ? I assume we can create the custom domain in route53 and we can link the custom domain to the function urls. Will this work ? or are there any better alternatives to do this ? Or any challenge in linking custom domain in Route53 with function urls ?
I understand we can attach the lambda with API GW to attach the custom domain. But I don't want to go to API gateway again and attach the custom domain to API Gateway. The whole point of function urls and this questions is to avoid using the API GW on top of lambda.
Lambda function URLs are intended to be very lightweight way if invoking Lambda functions. They have limited capabilities, custom domain names is not one of them. Creating an alias in Route53 will not help as the Lambda service will not know which function it needs to invoke.
If you need custom domain names, use API Gateway instead.
Relevant questions
can we attach the custom domain to lambda function urls ?
Accepted Answerasked 25 days agoAttaching custom image to user (not domain) in SageMaker Studio
Accepted Answerasked a year agoI'm getting {"message":"Forbidden"} when trying to access my lambda from custom domain in api Gateway
asked 5 months agoCustom Domains Quota
asked a year agoMy route53 domain is not propagating
asked 2 months agoMake Lambda Function Urls to be accessible within the VPC only.
asked a month agoCustom domain name not resolvable
asked 2 years agoAmazon SES: Custom 'Mail From' Domain still 'Pending'
asked 11 days agoHTTP API Custom Domain not working
Accepted Answerasked a month agoApiGatewayV2 - HttpApi - Cannot use a custom domain
asked 2 years ago
You can also consider putting your custom domain name on CloudFront or a public ALB.