Skip to content

hermwong/openwhisk-workshop-guide

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

OpenWhisk-Workshop Guide

Installing OpenWhisk CLI

wsk set up

  • set as PATH environmental variable
# example for macOS, in .bash_profile add

export PATH="path/to/wsk:$PATH"

Sign up for IBM Bluemix OpenWhisk

Docs for using JavaScript with OpenWhisk

Requirements for using Java with OpenWhisk:

Google gson set up

  • set as CLASSPATH environmental variable
# example for macOS, in .bash_profile add

export CLASSPATH="path/to/gson-2.8.2.jar"

Docs for using Java with OpenWhisk

  • creating OpenWhisk actions in Java

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published