CristhianF7 / wkhtmltopdf-nodejs10

Wrapper project for wkhtmltopdf using AWS Lambda Functions (NodeJS 10)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

wkhtmltopdf-nodejs10

Wrapper project for wkhtmltopdf using AWS Lambda Functions (NodeJS 10)

Build Lambda

This buid is gonna include all the neccesary files for make wkhtmltopdf works

yarn build

it will generate the deployPackage.zip and you can deploy it to AWS using AWS CLI

 aws lambda update-function-code --function-name lambdaName --zip-file fileb://./deployPackage.zip 

if you want to include any library please go to the Documentation

About

Wrapper project for wkhtmltopdf using AWS Lambda Functions (NodeJS 10)

License:MIT License


Languages

Language:JavaScript 68.9%Language:Shell 31.1%