docs(troubleshooting): added link to alixaxel/chrome-aws-lambda (#3576)

I've been maintaining and compiling the latest version of Chromium for AWS Lambda.

Would be great to have it included in the docs.
This commit is contained in:
Alix Axel 2018-11-21 01:03:07 +01:00 committed by Andrey Lushnikov
parent 927d0f443b
commit a04100c235

View File

@ -344,7 +344,7 @@ 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: 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/adieuadieu/serverless-chrome/blob/master/docs/chrome.md (tracks the latest Chromium snapshots)
- https://github.com/universalbasket/aws-lambda-chrome - 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/Kikobeats/aws-lambda-chrome
## Code Transpilation Issues ## Code Transpilation Issues