nightmare-lambda-tutorial icon indicating copy to clipboard operation
nightmare-lambda-tutorial copied to clipboard

Sample project and tutorial to run NightmareJS on AWS Lambda

Results 8 nightmare-lambda-tutorial issues
Sort by recently updated
recently updated
newest added

When i execute the stock tutorial to start in a docker lambda image I get : _XSERVTransmkdir: ERROR: euid != 0,directory /tmp/.X11-unix will not be created. Any help would be...

I used this lib with Node v8 on Lambda and it worked well. But I got an email from AWS that very soon Node v8 will be suspended on Lambda,...

Hi @dimkir, great repo, thanks for sharing. I just wondered about the electron binary and how you would go about regenerating the patched binary that you have in the pack....

I am running the Nightmare locally using Xquartz path on my mac and everything is working fine but when I deploy it on lamda it is throwing error without any...

Hi, When I am using your packages to make work nightmare on aws lambda, I get this error : > (function (exports, require, module, __filename, __dirname) { ELF╗╔╔ ^ SyntaxError:...

Hi, I was able to get running nightmare on lambda with the help of your tutorial. However using a proxy-server does not work. ``` javascript const nightmare = Nightmare({ switches:...

This may happen that in case you have not assumed correct AWS permissions that lambda funciton installation may fail somewhere in the middle. Ability to resume from 2nd or 3rd...

enhancement