DEV Community

Gul Shair
Gul Shair

Posted on

Lambda scrapper deployment issues

I have made a docker image for selenium scrapper to be deployed on the lambda function that works as intended on the local server but when deployed on the live lambda server then it does not scrap homes.com URLs.

I have tried the same docker on DigitalOcean server but the issue persists.
I also have made an ec2 instant and debug it there using ssh but found that the drivers are successfully loaded but when they get the homes.com data i.e. driver.get(some homes.com URL), that return as empty string.

What is the possible solution for this?

Top comments (0)