OpenWhisk Actions on Knative — Actions with Access to HTTP Body ParametersThis is a follow up blog post of How to run OpenWhisk actions on Knative?Priti Desai·Added May 14, 2019·2 min readPriti Desai·Added May 14, 2019·2 min read
Accessing Long-Running Apache OpenWhisk Actions ResultsApache OpenWhisk actions are invoked by sending HTTP POST requests to the platform API. Invocation requests have two different modes…James Thomas·Added May 14, 2019·3 min readJames Thomas·Added May 14, 2019·3 min read
OpenWhisk Actions on Knative — Asynchronous ActionsThis is a follow up blog post of How to run OpenWhisk actions on Knative?Priti Desai·Added May 7, 2019·2 min readPriti Desai·Added May 7, 2019·2 min read
How to run OpenWhisk Actions on Knative?It’s now time to show case what it takes to run an existing OpenWhisk action on Knative. We are very excited to share our process of…Priti Desai·Added May 1, 2019·6 min readPriti Desai·Added May 1, 2019·6 min read
Serverless Machine Learning With TensorFlow.jsIn a previous blog post, I showed how to use TensorFlow.js on Node.js to run visual recognition on images from the local filesystem…James Thomas·Added Aug 13, 2018·8 min readJames Thomas·Added Aug 13, 2018·8 min read
Debugging Node.js OpenWhisk ActionsDebugging serverless applications is one of the most challenging issues developers face when using serverless platforms. How can you use…James Thomas·Added Jul 19, 2018·7 min readJames Thomas·Added Jul 19, 2018·7 min read
OpenWhisk Action Running “npm install” for YouProblem Statement:Priti Desai·Added Jan 22, 2018·2 min readPriti Desai·Added Jan 22, 2018·2 min read
Migrating from a Node App to ServerlessFor a while now I’ve been thinking about how I would go about migrating a “traditional” Node application to a serverless one. All I’ve…Raymond Camden·Added Sep 8, 2017·9 min readRaymond Camden·Added Sep 8, 2017·9 min read
Integrating OpenWhisk with Your Node ApplicationIn most of my posts on OpenWhisk, I either show running the actions via the CLI, or demonstrate them with the anonymous REST API end point…Raymond Camden·Added Aug 4, 2017·4 min readRaymond Camden·Added Aug 4, 2017·4 min read