peterbaumgarten·9 лет назад·discussIt probably will not run on AWS Lambda as the version of Node required by Puppeteer is too recent.From puppeteer readme[1]> Puppeteer requires Node version 7.10 or greaterFrom AWS website[2]> AWS Lambda supports the following runtime versions:> Node.js – v4.3.2 and 6.10.3[1] https://github.com/GoogleChrome/puppeteer/blob/master/README...[2] http://docs.aws.amazon.com/lambda/latest/dg/current-supporte...
From puppeteer readme[1]
> Puppeteer requires Node version 7.10 or greater
From AWS website[2]
> AWS Lambda supports the following runtime versions:
> Node.js – v4.3.2 and 6.10.3
[1] https://github.com/GoogleChrome/puppeteer/blob/master/README...
[2] http://docs.aws.amazon.com/lambda/latest/dg/current-supporte...