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 个月前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则