Can the 1MB request payload limit for an ALB Lambda target be increased?

0

According to documentation, when using a Lambda target with ALB "The maximum size of the request body that you can send to a Lambda function is 1 MB." https://docs.aws.amazon.com/elasticloadbalancing/latest/application/lambda-functions.html

According to Lambda documentation the maximum synchronous invocation payload is 6MB.

Is the 1MB maximum request body size for a Lambda target in ALB a hard limit or can it be raised if a customer use case warrants it?

AWS
Jon
已提問 3 年前檢視次數 5379 次
1 個回答
0
已接受的答案

The 1MB max size for the request body cannot be changed.

Also do note the header limits for ALBs which are also hard lmits:

HTTP/1.x headers

Request line: 16 K

Single header: 16 K

Whole header: 64 K

HTTP/2 headers

Request line: 8 K

Single header: 8 K

Whole header: 64 K
AWS
已回答 3 年前

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

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

回答問題指南