puppeteer-lambda-starter-kit
puppeteer-lambda-starter-kit copied to clipboard
Starter Kit for running Headless-Chrome by Puppeteer on AWS Lambda.
I'm getting the error `(node:1) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 2): Error: Failed to launch chrome!` Any tips on how to debug? Version 1.1
Chromium still requires osmesa even with --disable-gpu flag. It worked fine on 0.10.2 version, but fails when I use recent versions (v.1.0.0 or v1.1.1) with headless_shell binaries for that versions...
When following installation instructions, I am unable to create a package using 'npm run package', even with the initial, simple index.js script that is included. I get the error: ''eslint'...
In a effort to reduce the file size of the bundled `headless_shell` I was testing different algorithms: ``` File Algorithm Level Bytes MiB % Decompression ----------------------------------------------------------------------------------------- headless_shell - - 136964856...