Hacker News new | ask | show | jobs
by whitexn--g28h 1254 days ago
We used aws lambdas to execute the pdf renders and upload the result to s3 using a signed url passed in from the request. Complete insulation from our own application process, all of data is passed into the request so the worst the user can do is add a malicious file to our s3 bucket.
1 comments

Are you using Puppeteer for the PDF Rendering?

Chrome is pretty horrific in terms of memory usage. How are you handling the startup time + memory usage? (with their associated costs)