Top Stories published by Apache OpenWhisk in July of 2017

Creating Swift Binaries for OpenWhisk

In the previous blog post, we explained how to write Serverless Swift functions using OpenWhisk actions.

Swift sources files are compiled by the platform before processing requests.


Handling SMS with OpenWhisk, IBM Watson and Twilio — an Update

Last week I blogged about a sample application I built using OpenWhisk, Twilio, and IBM Watson. The idea was — I could send a picture to a SMS number set up with Twilio, Twilio would send the data to OpenWhisk, OpenWhisk…


Creating an OpenWhisk Alexa skill

In a previous post, I looked at the mechanics of how to create an Alexa skill to tell me which colour bin I needed to put out next. I’ll now look at how I chose to implement it in OpenWhisk, using Swift.