/pdf-lambda-puppeteer

Primary LanguageTypeScriptThe UnlicenseUnlicense

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 :)