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

## Expected Behavior Use Chromium Path with Puppeteer extra. ## Current Behavior Hi guys, I'm trying to run this lib with puppeteer extra. but it's throwing error: ``` Error: Failed...

bug

## Environment * `chrome-aws-lambda` Version: 10.1.0 * `puppeteer` / `puppeteer-core` Version: 13.5.1 * OS: Lambda * Node.js Version: 12.x * Lambda / GCF Runtime: `nodejs12.x` ## Expected Behavior My simple...

bug

## Environment * `chrome-aws-lambda` Version: `10.1.0` * `puppeteer` / `puppeteer-core` Version: `10.1.0` * OS: amazon-linux * Node.js Version: `14.x` * Lambda / GCF Runtime:

bug

This continues the work done in #239, based on the puppeteer@12 branch to also add support for newer versions of typescript due to some types removed from `lib.dom.d.ts`.

Hi, I have been trying, without much success, to compile an HTML template into PDF in a AWS lambda function with the correct special characters. I have included in the...

enhancement

ESBuild does not allow dynamic imports, thus throwing errors when reaching the `require` import changed by this PR. At runtime, the `require` looks for the file in whichever directory we...

Hi @alixaxel, how do you build the chromium binary? Is there any separate repository/job to build chromium binary?

Update the example provided in the main README file. In this update, we preserve the browser object across Lambda function invocations, reducing latency by several hundred milliseconds per execution that...

When I do yarn add chrome-aws-lambda I am getting the following warning: `warning > [email protected]" has incorrect peer dependency "puppeteer-core@^10.1.0".`