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
demandé il y a 3 ans5378 vues
1 réponse
0
Réponse acceptée

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
répondu il y a 3 ans

Vous n'êtes pas connecté. Se connecter pour publier une réponse.

Une bonne réponse répond clairement à la question, contient des commentaires constructifs et encourage le développement professionnel de la personne qui pose la question.

Instructions pour répondre aux questions