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
| sizeLimitInMB |`number`| Maximum allowed size limit in MB, e.g 6 |
37
37
| outputBucket |`string`| Identifier or name of the output S3 bucket |
38
-
| customErrorMessage |`string \| (event:APIGatewayProxyEventV2) => string `| Custom error message to be returned when the response is too large and the client does not support large responses (no accept header).|
38
+
| customErrorMessage |`string \| (event:APIGatewayProxyEventV2) => string `| Custom error message to be returned when the response is too large and the client does not support large responses (no accept header) |
39
39
| groupRequestsBy |`function - mapper`| Function to group requests, based on API Gateway event V2. Defaults to 'all' |
0 commit comments