From 885c93a927418889a017d11202ac5cf9b279cec2 Mon Sep 17 00:00:00 2001 From: Kiko Beats Date: Tue, 13 Feb 2018 22:47:06 +0100 Subject: [PATCH] docs(troubleshooting): Add AWS Lambda solution (#2003) --- docs/troubleshooting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/troubleshooting.md b/docs/troubleshooting.md index 3dba8299..0f8c55b9 100644 --- a/docs/troubleshooting.md +++ b/docs/troubleshooting.md @@ -250,5 +250,5 @@ 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/sambaiz/puppeteer-lambda-starter-kit (uses an old version of Chromium) - https://github.com/universalbasket/aws-lambda-chrome +- https://github.com/Kikobeats/aws-lambda-chrome