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
| binaryMimeTypes | Array of binary MimeTypes to handle |`[]`|
26
-
| enforceBase64 | Function that receives the response and returns a boolean indicating if the response content is binary or not and should be base64-encoded |`undefined`|
27
-
| serializeLambdaArguments | Activate the serialization of lambda Event and Context in http header `x-apigateway-event``x-apigateway-context`|`false`*(was `true` for <v2.0.0)*|
28
-
| decorateRequest | Decorates the fastify request with the lambda Event and Context `request.awsLambda.event``request.awsLambda.context`|`true`|
29
-
| decorationPropertyName | The default property name for request decoration |`awsLambda`|
| binaryMimeTypes | Array of binary MimeTypes to handle |`[]`|
26
+
| enforceBase64 | Function that receives the response and returns a boolean indicating if the response content is binary or not and should be base64-encoded |`undefined`|
27
+
| serializeLambdaArguments | Activate the serialization of lambda Event and Context in http header `x-apigateway-event``x-apigateway-context`|`false`*(was `true` for <v2.0.0)*|
28
+
| decorateRequest | Decorates the fastify request with the lambda Event and Context `request.awsLambda.event``request.awsLambda.context`|`true`|
29
+
| decorationPropertyName | The default property name for request decoration |`awsLambda`|
0 commit comments