-
-
Notifications
You must be signed in to change notification settings - Fork 297
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[REQUEST] ARM support on lambda #298
Comments
I believe the problem is missing chrome binaries for arm64 architecture. This should be a known issue for quite a while, but it seems like there aren't many updates on this topic |
I was able to compile Chromium for AWS Lambda on the ARM64 architecture Amazon Linux 2 (NodeJS 16 & NodeJS 18): Amazon Linux 2023 (NodeJS 20): |
How can I use this binary with this package ? Please share step |
They are not meant to be used with this package. in fact, you don't need an npm package for it at all (see the readme) |
@stephankaag, I'm trying to target version 123. How should I setup PLAYWRIGHT_CHROMIUM_DOWNLOAD_HOST environment variable with? I tried several approaches but it seems to keep failing. I'm using the following dependencies running on nodejs 18 runtime environment.
Thanks! |
Can you please create a new ticket here? |
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 to arm64 runs the function but it won't launch the browser. It exits early cleanly from the finally block, but doesn't run anything in the try/catch
Not a huge issue, but this would be a nice add.
Thank you.
The text was updated successfully, but these errors were encountered: