puppeteer-lambda-starter-kit icon indicating copy to clipboard operation
puppeteer-lambda-starter-kit copied to clipboard

Starter Kit for running Headless-Chrome by Puppeteer on AWS Lambda.

Results 24 puppeteer-lambda-starter-kit issues
Sort by recently updated
recently updated
newest added

`setupLocalChrome` is generating an error when I invoke the Lambda function more than once. Here's my trace. ``` Error: WebSocket is not open: readyState 3 (CLOSED) at WebSocket.send (/var/task/node_modules/ws/lib/websocket.js:314:19) at...

I downloaded a fresh copy of this starter kit and tried to run it. In AWS, it timed out. Puppeteer versions later than 1.3.0 expect a more recent version of...

This PR upgrades the sample project to support NodeJS v12 environment of AWS Lambda. It now uses https://github.com/alixaxel/chrome-aws-lambda to manage the Chromium binary. chrome-aws-lambda goes to great effort to generate...

Hi everyone, I can't make it run the basic sample at index script on a lambda function, here's what I did: Clone this repo and then run npm install... test...

AWS Lambda now supports nodejs v8.10: https://aws.amazon.com/about-aws/whats-new/2018/04/aws-lambda-supports-nodejs/. v6.10 is end of life 30 April 2019. This PR changes the syntax of exports.handler to match the AWS lambda nodejs v8.10 format....

Hi, could anyone explain the main differences when running local vs on lambda? It seems when running on Lambda it cannot find the elements but when I run local it...

Maybe id of Google's search form had changed.

As the title suggests, I'm trying to use this using Netlify Functions. Thanks

I'm trying to deploy pupeeteer on lambda. I'm currently using pupeeteer 1.7.0. so I found your git project. when I run 'npm run package' the zip file is over 50MB....

Changing the environment to node v8 and deploying doesn't work.