Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
docs(troubleshooting): updated Lambda resources (#4140)
- removed deprecated Kikobeats/aws-lambda-chrome
- added outdated info to adieuadieu/serverless-chrome (last updated 6 months ago)
  • Loading branch information
alixaxel authored and aslushnikov committed Mar 12, 2019
1 parent 6474b3f commit 26abcda
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/troubleshooting.md
Expand Up @@ -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

Expand Down

0 comments on commit 26abcda

Please sign in to comment.