Skip to content

Instantly share code, notes, and snippets.

@livando
Created September 13, 2017 12:59
Show Gist options
  • Save livando/5f1a41405a06412c26acd3db1c6e3af0 to your computer and use it in GitHub Desktop.
Save livando/5f1a41405a06412c26acd3db1c6e3af0 to your computer and use it in GitHub Desktop.
nightmare-lambda-tutorial
https://github.com/dimkir/nightmare-lambda-tutorial
zip -r deployment-package.zip index.js lib node_modules -x '*electron/dist*'
ls -lh *.zip
aws lambda delete-function --function-name nightmare-tut-hello
./function.sh
aws lambda invoke --function-name nightmare-tut-hello --payload {} done.log && cat done.log
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment