Skip to content

Commit 57862b0

Browse files
committed
chore: small change readme
1 parent c32a524 commit 57862b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/large-response-middleware/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Supported Parameters:
3535
| thresholdError | `number` | Error threshold level (percentage of `sizeLimitInMB`), e.g: 0.90 |
3636
| sizeLimitInMB | `number` | Maximum allowed size limit in MB, e.g 6 |
3737
| 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) |
3939
| groupRequestsBy | `function - mapper` | Function to group requests, based on API Gateway event V2. Defaults to 'all' |
4040

4141
Example Usage:

0 commit comments

Comments
 (0)