PlaywrightCrawler in AWS Lambda
Hi guys, trying to run PlaywrightCrawler in a lambda but having some issues.
Unfortunately I can't run
npx playwright install
since it is a lambda function. I am also trying to upload and use a separate chromium executable (https://github.com/Sparticuz/chromium), but get a different error:
I'm guessing this error could be because of a version mismatch with playwright. Where can I find the chromium version for playwright that I should use?
Any other ideas?2 Replies
@FranMan just advanced to level 1! Thanks for your contributions! 🎉
sunny-green•2y ago
Are you using the correct Docker image?
https://crawlee.dev/docs/guides/docker-images#actor-node-playwright-chrome
Running in Docker | Crawlee
Example Docker images to run your crawlers