-
- The inputs are: **1)** image/picture (NSData) and **2)** the image record ID for the corresponding record in the Cloudant database.
- The AlchemyVision API is then used to process the image to perfo…
-
This is in regards to the following OpenWhisk sample app:
https://github.com/IBM/openwhisk-serverless-apis
I'm getting the error "error: Unable to create API: The requested resource could not be …
-
If we are still using ant commands to build the whisk, persistent couchdb will fail at ant deploy with the following errors, while the default ephemeral couchdb works OK:
```
installCatalog:
[ex…
-
Currently we need to support OpenWhisk 101 use cases, and some of the use case need a package level binding, for example, the data processing cloudant use case needs to binding the /whisk.system/cloud…
-
@starpit brought up that not all samples are getting installed from the [catalog/installSystem.sh](https://github.com/openwhisk/openwhisk/blob/master/catalog/installSystem.sh)
The following samples a…
-
Create a web action which doesn't return a "body" top level property and curl it as a web action with .http as the extension. It responds with "OK" which comes from the lower spray layer that binds a …
-
Can't differentiate between activations of actions with same names in different namespaces.
One good feature Openwhisk provide is Sharing, where actions and packages can be publically shared. As an e…
-
Getting OpenWhisk to deploy Go language based Actions, I had suggestions for improving the "out of the box" experience for developers using the Docker SDK.
- **Publish a base Docker image with the No…
-
Hello,
just spinned up a Bluemix Node-Red sample and added the "node-red-dashboard":"2.x" entry on packages.json.
Everything starts just fine but when I type the UI address nothing pops up: loo…
-
Object Storage pacakge provides an unstructured cloud data store.
User can read and write files on object storage service like bluemix
object storage in bluemix currently doesn't support change feed…