We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 79a3d11 + b757a18 commit 4450f74Copy full SHA for 4450f74
src/api/lambda.ts
@@ -8,6 +8,7 @@ const realHandler = awsLambdaFastify(app, {
8
decorateRequest: false,
9
serializeLambdaArguments: true,
10
callbackWaitsForEmptyEventLoop: false,
11
+ binaryMimeTypes: ["application/octet-stream", "application/vnd.apple.pkpass"],
12
});
13
type WarmerEvent = { action: "warmer" };
14
const handler = async (
0 commit comments