- example files for OpenWhisk-Workshop and also additional set up info.
- Download from OpenWhisk's GitHub or from the IBM Bluemix Console, look for the "Looking for the wsk CLI" link at the bottom of the page.
- set as
PATH
environmental variable
# example for macOS, in .bash_profile add
export PATH="path/to/wsk:$PATH"
- Signing up for IBM Bluemix OpenWhisk will allow you to try out the exercises in the workshop.
- creating OpenWhisk actions in JavaScript
- need Java JDK 8+
- need to download Google gson-2.8.2.jar
- set as
CLASSPATH
environmental variable
# example for macOS, in .bash_profile add
export CLASSPATH="path/to/gson-2.8.2.jar"
- creating OpenWhisk actions in Java