lighthouse-lambda-parallel
lighthouse-lambda-parallel copied to clipboard
Example: run Lighthouse against a large number of pages in parallel on AWS Lambda
error /home/ec2-user/lighthouseLambda/lighthouse-lambda-parallel/lambdas/src/worker/node_modules/@serverless-chrome/lambda: Command failed. Exit code: 1 Command: node scripts/postinstall.js Arguments: Directory: /home/ec2-user/lighthouseLambda/lighthouse-lambda-parallel/lambdas/src/worker/node_modules/@serverless-chrome/lambda Output: Downloading precompiled headless Chromium binary (stable channel) for AWS Lambda. Error: connect ETIMEDOUT 13.XXX.44.5:443 at TCPConnectWrap.afterConnect...
First of all, congrats on the project! I got an error during the execution of the **worker** lambda function. It looks like the lambda function cannot spawn the chrome-launcher. As...