PlaywrightCrawler in AWS Lambda
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?
