Top Stories published by Apache OpenWhisk in March of 2017
01
04
05
08
10
11
12
16
21
23
24
26
27
28
30
31

What’s new web actions?

A little over a month ago, I introduced web actions for creating serverless HTTP handlers with OpenWhisk.

Web actions allow one to run code in response to HTTP events, without deploying or managing their own servers. Web actions are built into the OpenWhisk…


Whisk Deploy — Action, Trigger, and Rule

This story is a follow up on Getting Started with Whisk Deploy, in which we learnt how to automate deployment of simple hello world action. Now, lets look at how we can automate:

  • Passing parameters to an action

Getting started with Whisk Deploy

Are you getting familiar with OpenWhisk and writing a simple JavaScript action with hello.js?

cat hello.js
function main() {
return {payload: 'Hello World'};
}

Run Swiftly: precompiled Swift actions

The OpenWhisk serverless platform allows developers to run functions coded in different languages in the “cloud” without deploying or managing servers. The platform today offers first class support for Node.js, Python, Swift and Java.

These were the top 10 stories published by Apache OpenWhisk in March of 2017. You can also dive into daily archives for March of 2017 by using the calendar at the top of this page.