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年前
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.

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ