A simple node server to create pdf files from an URL, using puppeteer.
Written in Typescript, it works as standalone or with AWS Lambda.
yarn install
yarn start
yarn global add serverless
yarn install
yarn lambda
serverless deploy -v // Optionally you can specify a profile with `--aws-profile profile-name`
Just set the env SENTRY_DSN with your sentry url, and it's done!