Skip to content

elemental-source/openwhisk-kotlin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kotlin action on OpenWhisk

This is a minimum example to show how to run a Kotlin based action on Apache OpenWhisk.

Instructions:

  1. Install the OpenWhisk CLI and set it up
  2. ./gradlew jar
  3. wsk action create myKotlinAction build/libs/hello-kotlin.jar --main HelloKt
  4. wsk action invoke myKotlinAction -r -p name "Markus"
  5. Happiness :)

About

A minimal example of using Kotlin on OpenWhisk.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Kotlin 100.0%