Lambda scrapper deployment issues
Gul Shair
Posted on March 26, 2024
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?
💖 💪 🙅 🚩
Gul Shair
Posted on March 26, 2024
Join Our Newsletter. No Spam, Only the good stuff.
Sign up to receive the latest update from our blog.
Related
aws Mastering AWS Microservices Architecture for High-Traffic Systems: Interview Preparation
November 29, 2024