can we attach the custom domain to lambda function urls ?

0

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.

1개 답변
3
수락된 답변

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.

profile pictureAWS
전문가
Uri
답변함 2년 전
profile picture
전문가
검토됨 한 달 전
  • You can also consider putting your custom domain name on CloudFront or a public ALB.

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠