Skip to content

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

License

Notifications You must be signed in to change notification settings

lemaire31/wkhtmltopdf-nodejs10

 
 

Repository files navigation

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)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 68.9%
  • Shell 31.1%