Re: [DISCUSS] Release event providers

2019-03-17 Thread Carlos Santana
+1 - Carlos Santana @csantanapr > On Mar 16, 2019, at 3:54 PM, David P Grove wrote: > > > > As part of the unified release, we will be doing the first Apache release > of the OpenWhisk event providers (openwhisk-package-alarms, > openwhisk-package-cloudant, openwhisk-package-kafka). > >

[slack-digest] [2019-03-16] #general

2019-03-17 Thread OpenWhisk Team Slack
2019-03-16 13:05:43 UTC - Perry Dykes: @Rodric Rabbah @Carlos Santana Thanks for feedback, I have a working http web action method based on Node.js working for test, in fact, the code is very simple to read an xml data stream as suggested for testing: ``` function main(args) { decoded =

[slack-digest] [2019-03-16] #apigateway

2019-03-17 Thread OpenWhisk Team Slack
2019-03-16 19:25:40 UTC - Perry Dykes: API Gateway folks, using IBM Cloud Functions with an action that receives XML data, and upon testing it (ending with the .http HTTP Method for POST), all good, in fact the code is nearly the demo code to simplify the testing I'm working through: ```