serverless-html-pdf
serverless-html-pdf copied to clipboard
Convert HTML to PDF thru a lambda function using PhantomJS.
Do you think it's a good approach to send HTML through POST request to the lambda function instead site URL ? Also, do you know if there's a limit to...
https://github.com/calvintychan/serverless-html-pdf/blob/master/bin/phantomjs-linux Is headless Chrome relevant? https://www.chromestatus.com/features/5678767817097216
Fantastic example! Couldn't it just be a binary output instead of inefficient base64? https://aws.amazon.com/blogs/compute/binary-support-for-api-integrations-with-amazon-api-gateway/