Tagged in

Lambda

Apache OpenWhisk
Apache OpenWhisk
Apache OpenWhisk is a serverless cloud platform that executes code in response to events
More information
Followers
1.4K
Elsewhere
More, on Medium

Serverless functions in your favorite language with OpenWhisk

Apache OpenWhisk is a readily extensible serverless computing platform that supports functions authored in many programing languages including Node.js, Python, Swift, Java, and PHP. The set of supported languages extends…


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…


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.