node-casperjs-aws-lambda
node-casperjs-aws-lambda copied to clipboard
Base scaffolding app for a casperjs/phantomjs app running on Amazon (AWS) Lambda
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...
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...
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...