sambaiz / puppeteer-lambda-starter-kit

Starter Kit for running Headless-Chrome by Puppeteer on AWS Lambda.
MIT License
580 stars 82 forks source link

which headless_shell file is the last version of chrome? #37

Open ghost opened 6 years ago

ghost commented 6 years ago

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.

if it correct to use under chrome folder headless_shell-70.0.3531.0.tar.gz or headless_shell.tar.gz ??

could you tell me which one tar.gz file should I use?

newsroomdev commented 5 years ago

The one without the version number, just headless_shell.tar.gz. See src/starter-kit/config.js#L12