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)