I am learning NodeJs and the Netlify Functions. I wish to create an API that produces PDF invoices, to do that I use the JavaScript lib PDFKit and I'm able to produce a test document on my local system (using netlify-lambda). When trying online (Nelify Servers), I'm unable to return the produced file. Could you please let me know if there is some limitation on the Functions responses. For a better understanding, you can find my source code here.
Comments
Post a Comment