I want to use Selenium in an AWS Lambda. So I packaged the necessary files into a .jar file and uploaded it to S3. The Lambda terminates with the error: "The driver is not executable: /var/task/lib/chromedriver".
I think I am supposed to run 'chmod 777' on the chromedriver before packaging it into the .jar-file. But I am developing on windows, so this is not possible. Is it possible to add an executable file to an AWS Lambda .jar on windows?