Skip to content

glnicolas/puppeteer-pdf-nodejs-lambda

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

WIP - PDF generation using Puppeteer on AWS Lambda NodeJS 20.x

This is a PoC to demonstrate how to run puppeteer and chromium over AWS Lambda.

Dependencies:

  • Puppeteer-core
  • Puppeteer-report
  • Chromium by Sparticuz
  • Docker
  • Amazon Linux 2023 instance (works with WSL2)

There are two posible ways to build the template:

Steps to deploy the project:

$ git clone repo_url
$ cd src/
$ npm install
$ cd ..
$ sam build
$ sam local invoke #to validate if everything is working
$ sam deploy --guided

Note: Guide is incomplete, will be working on it

About

PDF generation using Puppeteer on AWS Lambda NodeJS 20.x

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published