Wrapper project for wkhtmltopdf using AWS Lambda Functions (NodeJS 10)
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