serverless / examples

Serverless Examples – A collection of boilerplates and examples of serverless architectures built with the Serverless Framework on AWS Lambda, Microsoft Azure, Google Cloud Functions, and more.
https://www.serverless.com/examples/
Other
11.44k stars 4.47k forks source link

Unable to run `aws-node-puppeteer` after deploy on Lambda #476

Open RickLee83 opened 4 years ago

RickLee83 commented 4 years ago

Hi i'm getting the following error after deploy on to my Lambda function:

ERROR Error occured in serverless-plugin-chrome wrapper when trying to ensure Chrome for hello() handler. { flags: [] } Error: Unable to start Chrome. If you have the DEBUG env variable set,there will be more in the logs..

I'm able to run it on local.

ghost commented 4 years ago

I have same problem...

Dadidam commented 4 years ago

Works fine locally, but getting the same error on AWS side. Deploy also works as expected though.

pratiksyngenta commented 3 years ago

surprised to see such straightforward example broken within

chicomcastro commented 2 years ago

This is still happenning with me