chrome-aws-lambda icon indicating copy to clipboard operation
chrome-aws-lambda copied to clipboard

Chromium Binary for AWS Lambda and Google Cloud Functions

Results 77 chrome-aws-lambda issues
Sort by recently updated
recently updated
newest added

## Environment * `chrome-aws-lambda` Version: latest * `puppeteer` / `puppeteer-core` Version: * OS: * Node.js Version: 16.x and 16.x * Lambda / GCF Runtime: Lambda nodejs16.x / nodejs18.x ## Expected...

bug

c ## Environment * `chrome-aws-lambda` Version: 10.1.0 * `puppeteer` / `puppeteer-core` Version: * OS: was lambda * Node.js Version: 14 * Lambda / GCF Runtime: node ## Current Behavior Currently...

bug

## What would you like to have implemented? ARM support for lambda would be useful. The function runs on amd64 just fine with the sample code, however swapping the arch...

enhancement

I got this error when I run my scripts that use Puppeteer in Node.js. ``` { "errorType": "Error", "errorMessage": "Failed to launch the browser process!\n/tmp/chromium: error while loading shared libraries:...

bug

## Environment * `chrome-aws-lambda` Version: 10.1.0 * `puppeteer` / `puppeteer-core` Version: 10.4.0 * OS: * Node.js Version: 14.x * Lambda / GCF Runtime: node14.x ## Expected Behavior - src on...

bug

## What would you like to have implemented? I'm currently working on a web scraper. I have some sites that are detecting the scraping; whereas on a headful chrome it...

enhancement

Hello I'm trying to use puppeter with chrome-aws-lambda on Glitch. Firstly I add this line in package.json file. "engines": { "node": "16.x" }, "dependencies": { "chrome-aws-lambda": "^10.1.0", "dotenv": "^16.0.3", "nodemon":...

bug

You need to capture the X-Ray traceability of the pages accessed by chromium.puppeteer, mainly from the following methods: - page.goto - page.screenshot - page.pdf Any idea how we can implement...

enhancement

## Environment * `chrome-aws-lambda` Version: "^10.1.0", * `puppeteer` / `puppeteer-core` Version: "puppeteer-core": "^10.1.0" * OS: amazon linux * Lambda / GCF Runtime: Node.js 14.x ## Expected Behavior Puppeteer launching when...

bug

Why is `puppeteer-core` necessary to install? I don't see it used in the code examples. Only `chromium.puppeteer` is used.

bug