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달 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠