Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 547 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 547 Bytes

Generating PDF within AWS Lambda with NodeJs and Puppeteer.

This is a reference project for the medium story you can find here.

To get started,

  1. Clone the Project
  2. Run npm install
  3. Make sure you have configured serverless and your AWS credentials correctly.
  4. Configure the profile attribute in the serverless.yml according to your profile or remove it if not needed.
  5. You can start the project offline by running npm start or you can deploy and test it by running npm run deploy-prod.
  6. Enjoy generating PDF documents :)