You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| retainStage | Retain the stage part of the API Gateway URL |`false`|
32
-
| pathParameterUsedAsPath | Use a defined pathParameter as path (i.e. `'proxy'`) |`false`|
33
-
| parseCommaSeparatedQueryParams | Parse querystring with commas into an array of values. Affects the behavior of the querystring parser with commas while using [Payload Format Version 2.0](https://docs.aws.amazon.com/apigateway/latest/developerguide/http-api-develop-integrations-lambda.html#http-api-develop-integrations-lambda.proxy-format)|`true`|
34
-
| payloadAsStream | If set to true the response is a stream and can be used with `awslambda.streamifyResponse`|`false`|
32
+
| pathParameterUsedAsPath | Use a defined pathParameter as path (i.e. `'proxy'`) |`false`|
33
+
| parseCommaSeparatedQueryParams | Parse querystring with commas into an array of values. Affects the behavior of the querystring parser with commas while using [Payload Format Version 2.0](https://docs.aws.amazon.com/apigateway/latest/developerguide/http-api-develop-integrations-lambda.html#http-api-develop-integrations-lambda.proxy-format)|`true`|
34
+
| payloadAsStream | If set to true the response is a stream and can be used with `awslambda.streamifyResponse`|`false`|
35
+
| albMultiValueHeaders | Set to true if using ALB with multi value headers attribute |`false`|
0 commit comments