Description
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