Convert HTML to PDF using Webkit (QtWebKit) on AWS Lambda
{
"html" : "<!DOCTYPE html><html><body>Hello world</body></html>"
}{
"filename": "8rqj9td0pvjf9a4i.pdf"
}- Open
config.jsand setdstBucketvariable to name of S3 bucket where you want function to save output PDF files. - Make sure AWS Lambda function has
PutObjectaccess to S3 bucket