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
專家
已審閱 22 天前
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.

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南