Categories
OpenWhisk Serverless

An OpenWhisk sequence example

In a previous post we saw an Apache OpenWhisk hello world, to install OpenWhisk on Kubernetes and then create and launch a first action, that is a serverless function.

In this post we see how to create a sequence of actions in OpenWhisk, i.e. connect multiple serverless functions together in series.