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

58 MB Google Chrome to fit inside AWS Lambda Layer compressed with Brotli

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

Hi, Sorry to be a pest, but I've been messing about all day with this and have only just realised that the layer is only x86 compatible, not ARM compatible....

Trying to run lighthouse-cli using this layer and I get the error message ``` The CHROME_PATH environment variable must be set to a Chrome/Chromium executable no older than Chrome stable....

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. ## Open These updates have all been created already. Click a checkbox below to...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [aws-cli](https://circleci.com/developer/orbs/orb/circleci/aws-cli) | orb | patch | `3.1.1` -> `3.1.3` | ---...

dependencies
backend

I'm using this layer in the context of pyppeteer and things are a bit different there. What's the absolute path to the chromium binary while using this layer?

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [aws-actions/configure-aws-credentials](https://redirect.github.com/aws-actions/configure-aws-credentials) | action | major | `v1` -> `v4` | --- ### Release...

backend

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/checkout](https://redirect.github.com/actions/checkout) | action | major | `v2` -> `v4` | --- ### Release...

backend

Is there any chance to add support for Node 20.x because of the latest AWS update for this Node version? For Node18.x works like a charm.

Would it be possible to create a similar Chrome AWS Lambda layer that is compatible with Python Lambda functions?

Can I apply this layer to a Lambda function that I am using with Java? I currently only require Chrome, but adding Chrome to the Lambda layer would exceed the...