Running Selenium on AWS Lambda
问题 I know this is a frequently asked question, I have checked many answers and tried everything but still can't find a solution. I am trying to run Selenium with Python 3.6 on AWS Lambda and created the deployment package using Docker. I followed the following steps for Docker: sudo docker run -v $(pwd):/outputs --name linked_in -d amazonlinux:latest tail -f /dev/null sudo docker exec -i -t linked_in /bin/bash /outputs/buildPack_py.sh This is what my buildPack_py.sh file looks like: python