Lambda Function URL's

0

Hi, Are the lambda function URL's based on cloudfront, i.e are they geo distributed, so if someone from USA looks, its a USA end point V's a UK looker, using a UK endpoint. I'm looking to find out if latency is reduced, or if its USA & UK users both hitting an endpoint i say Amsterdam

2개 답변
1

No. Lambda function URLs are regional. Users calling the function from distant locations will have higher latency compared to users calling the URL from closer locations. You can always create a CloudFront distribution that will point to that URL to reduce the latency, but if the result can't be cached, the latency will still be higher.

profile pictureAWS
전문가
Uri
답변함 2년 전
profile picture
전문가
검토됨 23일 전
0

we cant use cloudfront as we already tried it the payload is too small, so we we're using api gateway, which has a higher payload, so do these lambda function URL's have the same payload at API gateway?

답변함 2년 전
  • I am. not sure I understand. API Gateway has a limit of 10MB for the payload, whereas Lambda functions only 6MB. Even if you use API GW in front of a function, the payload size is limited to 6MB.

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

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

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

관련 콘텐츠