-
For the CREATING NODEJS ACTIONS:
https://github.com/openwhisk/openwhisk-workshop/blob/master/exercises/creating_nodejs_actions/exercise.js#L9
https://github.com/openwhisk/openwhisk-workshop/blob/mast…
-
For the second exercise in Creating NodeJS Actions, response is missing the start and end properties.
```
$openwhisk-workshop verify
✓ OpenWhisk Action hello-world-nodejs exists
✓ OpenWhisk Action h…
-
## Environment details:
- Openwhisk in Bluemix production
```
whisk CLI version 2016-04-08T03:37:43-05:00
whisk API build 2016-06-27T18:51:10Z
whisk API buildno jenkins-mainWhisk-18130
```
##…
-
When we start work on api v2 I want to propose that we stop using POST on the `action` or `trigger` resource to `invoke` or `fire`
This will allow for clients to do admin tasks with CRUD on the resou…
-
the go cli fails to create a sequence that includes in-package actions, where the actions are not specified with fully qualified names. i will post a test script in a separate comment
here is tail …
-
The Whisk.invoke object is not working correctly in the Swift 3 container. If you try to use the object to invoke an action, the invoking action will always return:
```
"result": {
"…
-
When developing a Docker action for OpenWhisk, I hit a `OSError: [Errno 24] Too many open files` error. It would be good to document what the ulimits are on Docker containers to help scope development…
-
action.js does not allow to set {"parameters"}
```
wsk -v action create --kind nodejs:6 -p param pval helloAction7 helloAction.js
...
Body sent:
{"parameters": [{"value": "pval", "key": "par…
aslom updated
8 years ago
-
- [x] Edit copy for main section.
- [x] Edit copy for Architecture Overview section.
- [ ] Swap out video with the one chosen in #27.
-
Currently it is not possible to use `whisk.done` or `whisk.error` in actions which has been uploaded as zip files. @psuter
Promises are working.
## Environment details:
- Bluemix YP
## Steps to repro…