Skip to content

psuter/openwhisk-scala-js-demo

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 

OpenWhisk Scala.js sample actions

This repository contains two sample OpenWhisk actions written in Scala, with Scala.js.

To build and run the first one:

cd hello-whisk
sbt fullOptJS
wsk action create hello-scala target/scala-2.11/hello-whisk-opt.js
wsk action invoke -br hello-scala -p name reader

To build and run the second one:

cd mnemonics
sbt fullOptJS
wsk action create mnemonics-scala target/scala-2.11/whisk-mnemonics-opt.js
wsk action invoke -br mnemonics-scala -p number '"673694475"'

About

Sample OpenWhisk actions written with Scala.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages