node-casperjs-aws-lambda icon indicating copy to clipboard operation
node-casperjs-aws-lambda copied to clipboard

Base scaffolding app for a casperjs/phantomjs app running on Amazon (AWS) Lambda

Results 4 node-casperjs-aws-lambda issues
Sort by recently updated
recently updated
newest added

hello, i run at aws lambda but i got an error like this > "errorType": "TypeError", "errorMessage": "Cannot read property 'on' of undefined", "stack": [ "TypeError: Cannot read property 'on'...

Hi, I've done simple steps to run this project but it didn't work for me. So, I followed steps: 1. Clone project; 2. npm install 3. npm run setup and...

help wanted
PR welcome

On Lambda it works, but I want to be able to see the results locally on the terminal to test before leaving it on lambda. How do I go about...

help wanted
PR welcome

This is an awesome starter project. However, there are certain features (i.e. handling redirects) that the PhantomJS binary in this project does not support. Updating the binary solved it for...