-
We get a lot of questions about how to use the REST API for OW.
Right now we have limited documentation, and it's nested in https://github.com/openwhisk/openwhisk/blob/master/docs/reference.md
Inste…
-
Is there an option similar to the `-r` in the `wsk` cli that returns only the result of the invocation (used together with `-b` or `blocking = true`)? I'd use it all the time :)
On a related note, …
-
## Steps to reproduce the issue:
I'm attempting to use Slack's Outgoing Webhooks with OpenWhisk Actions using the API Gateway.
Slack sends the following requests when the webhook is invoked.
http…
-
## This is a feature / upgrade request
It would be preferable to change the [Openwhisk python snippet `Dockerfile`](https://github.com/openwhisk/openwhisk/blob/master/core/actionProxy/Dockerfile) to…
-
## Environment details:
I'm running `wsk trigger create...` command on Mac CLI.
## Steps to reproduce the issue:
When I passed in `-p clientId '12345.231452'`, the parameter in the trigger wo…
-
if a rule matches, an activation record is created for it.
the rule does not have a result but the cli shows `result: null`:
```
Response body received:
{
"duration": null,
"name": "r",
…
-
Web actions currently require a type to be set as an extension on the URL. This has to be one of `json`, `html`, `http` or `text`.
I think that it would be an improvement to make `http` the default…
-
## Environment details:
* bluemix
## Steps to reproduce the issue:
1. pass the params to openwisk as
```
const uuid = require("node-uuid");
const params = Object.assign({}, {
actio…
-
The current tool doesn't support file system defaults to deploy OpenWhisk actions. We can add some conventions to parse a file system directory and add actions to the deployment plan.
We can direc…
-
Openwhisk currently only supports docker actions from public Dockerhub registry. Access to Dockerhub may be slow (introduce additional load time to cold starts) and also requires, that you make your d…