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 個月前檢視次數 150 次
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 個月前

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

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

回答問題指南