serverless-chrome
serverless-chrome copied to clipboard
🌐 Run headless Chrome/Chromium on AWS Lambda
I check that arent new versions of headless binary. Are you thinking about upload a new version?
Hi, It seems that the last available version on npm is `1.0.0-55.3`. Can you add the latest version `1.0.0-70` to npm please ? `1.0.0-55.3` throws a runtime version error: ```...
I downloaded the following zip and unzip it on amazon linux 2. https://github.com/adieuadieu/serverless-chrome/releases/download/v1.0.0-57/stable-headless-chromium-amazonlinux-2.zip Then, I ran the following command. `./headless-chromium --headless --no-sandbox --single-process --disable-gpu --version` Then I got the following...
Bumps [moment](https://github.com/moment/moment) from 2.24.0 to 2.29.4. Changelog Sourced from moment's changelog. 2.29.4 Release Jul 6, 2022 #6015 [bugfix] Fix ReDoS in preprocessRFC2822 regex 2.29.3 Full changelog Release Apr 17, 2022...
Bumps [moment](https://github.com/moment/moment) from 2.24.0 to 2.29.4. Changelog Sourced from moment's changelog. 2.29.4 Release Jul 6, 2022 #6015 [bugfix] Fix ReDoS in preprocessRFC2822 regex 2.29.3 Full changelog Release Apr 17, 2022...
I see that the builds have not been released in a while, so I attempted to build it first against 2.0.20220606.1, but this failed with /`lib64/libm.so.6: version ``GLIBC_2.27`' not found`....
I am running python script using selenium in aws lambda. I have created 2 layers 1 for selenium and 1 for chromedriver and headless-chromium. On execution I receive error `Response...
Hello guys I'm having the following error when trying to run serverless-chrome on lambda. ` 2022-04-13T13:04:41.496Z 9b8249dc-60ad-560c-a06f-130cac3fd345 INFO @serverless-chrome/lambda: Spawning headless shell -- 2022-04-13T13:04:41.498Z 9b8249dc-60ad-560c-a06f-130cac3fd345 INFO @serverless-chrome/lambda: ChromeLauncher No debugging...
Hi! I'm having issues running headless chrome on AWS Lambda with the Python 3.8 runtime. I'm hoping you would have an idea why. - Chromedriver 87.0.4280.87 for linux64 - Serverless...
Hello, I scrape the Johns Hopkins University's [COVID-19 Map](https://www.arcgis.com/apps/dashboards/bda7594740fd40299423467b48e9ecf6) in a local environment using python and selenium to get the number of the cases by country and so on. However,...