From b738a0e48520f151ca4f2cacdf84f8fa6ec0effd Mon Sep 17 00:00:00 2001 From: Kyle McNally Date: Tue, 28 Mar 2023 03:05:08 -0400 Subject: [PATCH] docs: update aws lambda options (#9921) --- docs/troubleshooting.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/troubleshooting.md b/docs/troubleshooting.md index 36af2471e69..07b58ced625 100644 --- a/docs/troubleshooting.md +++ b/docs/troubleshooting.md @@ -587,8 +587,8 @@ deployment package sizes to ~50MB. This presents challenges for running headless Chrome (and therefore Puppeteer) on Lambda. The community has put together a few resources that work around the issues: -- https://github.com/alixaxel/chrome-aws-lambda (kept updated with the latest - stable release of puppeteer) +- https://github.com/sparticuz/chromium (a vendor and framework agnostic library that supports modern versions of `chromium`) +- https://github.com/alixaxel/chrome-aws-lambda (supports up to puppeteer 10.1 - outdated) - https://github.com/adieuadieu/serverless-chrome/blob/HEAD/docs/chrome.md (serverless plugin - outdated)