blackboard / lambda-selenium

Use Selenium Webdriver and Chrome inside AWS Lambda
MIT License
229 stars 52 forks source link

How to Amazon Linux 2 support #54

Open chrishenx opened 4 years ago

chrishenx commented 4 years ago

Do you have a procedure to build chrome drivers for the Amazon Linux 2 runtime?

The current zip contains binaries for Amazon Linux, but recently Amazon deprecated node 8.10, so only the Amazon Linux 2 runtime (node ^10.x) will be supported for Lambdas.

Regards!