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.
1 parent 5ee0ee9 commit b757a18Copy full SHA for b757a18
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