parallax / jsPDF

Client-side JavaScript PDF generation for everyone.
https://parall.ax/products/jspdf
MIT License
28.53k stars 4.61k forks source link

JSPDF is not working with aws Node.js serverless lambda, getting 502 #3707

Open AzeemMalik50 opened 3 months ago

AzeemMalik50 commented 3 months ago

Is there any limitations imposed by AWS Lambda, such as memory constraints, execution time limits, or restrictions

AxelDavid45 commented 2 months ago

Is there any limitations imposed by AWS Lambda, such as memory constraints, execution time limits, or restrictions @AzeemMalik50 As I understand, Lambda lets you configure an execution time and memory limits, maybe reviewing these settings solves the problem.