From 26abcda6685dc542a33bd65c42c6abfba4044c7d Mon Sep 17 00:00:00 2001 From: Alix Axel Date: Tue, 12 Mar 2019 21:41:33 +0000 Subject: [PATCH] docs(troubleshooting): updated Lambda resources (#4140) - removed deprecated Kikobeats/aws-lambda-chrome - added outdated info to adieuadieu/serverless-chrome (last updated 6 months ago) --- docs/troubleshooting.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/troubleshooting.md b/docs/troubleshooting.md index a44f9108..739df8f7 100644 --- a/docs/troubleshooting.md +++ b/docs/troubleshooting.md @@ -347,9 +347,8 @@ There's also another [simple guide](https://timleland.com/headless-chrome-on-her AWS Lambda [limits](https://docs.aws.amazon.com/lambda/latest/dg/limits.html) 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/adieuadieu/serverless-chrome/blob/master/docs/chrome.md (tracks the latest Chromium snapshots) - https://github.com/alixaxel/chrome-aws-lambda (kept updated with the latest stable release of puppeteer) -- https://github.com/Kikobeats/aws-lambda-chrome +- https://github.com/adieuadieu/serverless-chrome/blob/master/docs/chrome.md (serverless plugin - outdated) ## Code Transpilation Issues