Skip to content

Latest commit

 

History

History
executable file
·
19 lines (12 loc) · 557 Bytes

README.md

File metadata and controls

executable file
·
19 lines (12 loc) · 557 Bytes

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