-
## Environment details:
- local deployment, vagrant, Windows
- vagrant 1.8.1, docker 1.10.3
- openwhisk only environment
## Steps to reproduce the issue:
1. Start vagrant environment (vagrant up; …
-
Using Mac
Using Cloudant
Doing this it works
```
cd
gradle distDocker
cd ansible
ansible-playbook -i environments/ initdb.yml
ansible-playbook -i environments/ openwhisk.yml
```
Set the apihost to…
-
Running docker compose has Consul waiting for the Controller with repeated messages like this:
> 2017/01/24 15:01:15 [WARN] agent: http request failed 'http://172.18.0.9:8888/ping': Get http://172.…
-
Currently, OpenWhisk is still lack of the documentation for the part of Java runtimes. This issue is open to add the corresponding documentation.
-
Provide a CLI command to get the URL needed to invoke a particular action.
Example:
_Command_: wsk action create hello --api-url
_Response_: PUT https://irgendwo.auf.bluemix.net/api/v1/namespaces/mei…
-
When running `serverless deploy` with the openwhisk provider, the `--verbose` switch does have any effect. It would be really helpful if this could add some details while performing the "Deploying Fun…
-
There are many scenarios where it's useful to have a unique id for an activation accessible at runtime.
The simplest scenario might be just printing debug log messages that we later want to correlate…
-
https://github.com/openwhisk/openwhisk-client-js has a method for invoking other functions so we can implement it using that.
Few questions:
- how to distinguish AWS Lambda from OpenWhisk? The m…
-
For JavaScript feeds, actions, etc., as `Promise`s are the way forward.
An exception should be made for tests that explicitly exercise the `async`/`done`/`error` patterns as long as they are not depr…
-
This is an epic of proposed changes to promote web actions from experimental to a formal API. It will be part of version 2 of the API.
1. [x] In line with normalization of the v2 path in this https…