Created
September 13, 2017 12:59
-
-
Save livando/5f1a41405a06412c26acd3db1c6e3af0 to your computer and use it in GitHub Desktop.
nightmare-lambda-tutorial
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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