Issues with Lambda Function URLs

0

I am trying to pass a huge user input from my angular frontend to my lambda using function urls. I am getting 502 bad gateway everytime I try to send the request. I tried get and post. But the same issue. Is there any word/character limit on the function urls or urls in general and what alternative can I use to get a huge input. I am able to send upto 1220 words right now but anything above that causes this issue. Can I edit any config for function urls (I can't see any options) Thankyou

質問済み 2ヶ月前149ビュー
1回答
0

What kind of error logs do you see in Lambda?

Lambda Function has an upper limit on the call payload size (the same for Lambda function URLs). However, there may be other causes, such as time out. Therefore, I would like to know the Lambda error log as well.

https://docs.aws.amazon.com/lambda/latest/dg/gettingstarted-limits.html#function-configuration-deployment-and-execution

profile picture
エキスパート
shibata
回答済み 2ヶ月前

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

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

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

関連するコンテンツ