benjicarpy19

Results 5 comments of benjicarpy19

Thanks, here's the response object im using btw: ``` return { statusCode: 200, headers: { 'content-type': 'application/pdf', 'content-disposition': `attachment; filename="order.pdf"` }, body: somePdfBuffer.toString('base64'), isBase64Encoded: true }; ```

I have also tried switching binaryMediaTypes to: ``` BinaryMediaTypes: - application/pdf ``` but it has the same result