lighthouse-lambda-parallel icon indicating copy to clipboard operation
lighthouse-lambda-parallel copied to clipboard

Example: run Lighthouse against a large number of pages in parallel on AWS Lambda

Results 2 lighthouse-lambda-parallel issues
Sort by recently updated
recently updated
newest added

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...