Skip to content

The current Chromium Binary doesn't work for AWS nodejs10.x runtime #37

Closed
@wohckcin

Description

@wohckcin

First of all, a big thank you for your such amazing work for this project.

We've been using the Chromium Binary file from this project as AWS Lambda Layer for a while. It works flawlessly on runtime 8.10. However, since AWS just announced supports for Nodejs10.x. We didn't hesitate to upgrade our lambda functions and it ended up breaking our builds.

The error we are getting from local tests is error while loading shared libraries: libnss3.so: cannot open shared object file: No such file or directory. And I also noticed that AWS changed to use Amazon Linux 2 instead of Amazon Linux as Nodejs 10 Lambda Operation System. That might change a lot of shared libs or dependencies. Please find more information with the link below:

https://docs.aws.amazon.com/lambda/latest/dg/lambda-runtimes.html

I just hope that this project can add supports for AWS nodejs10.x runtime in the near future.

Cheers,

Nick

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requesthelp wantedExtra attention is needed

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions