-
Hi there, it was working fine in nodejs 14 but aws lambda now no longer support 14. With version 20.x we get this error
```
{
"errorType": "Error",
"errorMessage": "Failed to launch t…
-
Im in the process of updating to .NET 8, and after #2784 resolved, now i deployed to lambda runtime dotnet8 but it says the following when doing LaunchAsync
In order of appearance
```
2024-09-2…
-
## Environment
- `@sparticuz/chromium` Version: 123.0.1
- `puppeteer-core` Version: 22.6.3
- Node.js Version: 20
- Lambda / GCF Runtime: 20
## Expected Behavior
I need to open the bro…
-
Did anyone try to cache browser process and simply connect/disconnect with every lambda run? So far seem to work well.
```js
const chromium = require('chrome-aws-lambda')
let browserWSEndpoint
…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Config Migration Needed
- […
-
The following error will be prompted while we connect to AWS DB.
PS C:\Windows\system32> aws-azure-login --profile XXXX --mode=gui
Logging in with profile 'XXXXX'...
Using AWS SAML endpoint ht…
-
## Bug description
I am trying to generate a pdf from a big html file with lots of images 20MB approximately
## Steps to reproduce the problem:
```
return BrowsershotLambda::url("https://api.m…
-
When I do yarn add chrome-aws-lambda I am getting the following warning:
`warning > chrome-aws-lambda@10.1.0" has incorrect peer dependency "puppeteer-core@^10.1.0".`
-
Hey @Sparticuz,
we are running into problems when capturing screenshots of of websites playing mp4. Are the codecs needed to play video built into this version of chromium? I read on some stack over…
-
I am using the AWS layer method.
Already checked all existing issues for similarity.
Please see the screenshot below for more debugging and details.
`getAllFilesAndFolders` gets all files and …