-
Docker is too much overhead. OpenWhisk needs a native compiler service.
Shelling out is how I got C/Haskell working on AWS Lambda before official support, https://github.com/chadbrewbaker/introToAW…
-
Thanks for adding dotnet runtime to openwhisk.
I created action with sample code but sometimes errors occur when stress tests.
I debuged with console log and I found that "/run" was called before …
-
Hello,
I don't see in the plans neither here and coreCLR for porting Workflow Foundation for CoreCLR...
We want know how can we start porting it and add PRs for it here.
Thanks
-
### Rules disabled manually
You can find all of them by looking for `` in the source code.
#### Basic rules
- [ ] `node/no-deprecated-api` (5 results)
- [ ] `eqeqeq` (3 results)
- [ ] `no-c…
-
The openwhisk deployment today doesn't provide a reference for standing up say an Elastic stack, or monitoring with Kibana. We can provide a reference but optional deployment to forward logs to Elasti…
-
## Environment details:
AWS Ubuntu Server 16.04 LTS (HVM), SSD Volume Type
## Steps to reproduce the issue:
I was trying to follow these instructions
https://gist.github.com/epiphone/…
-
In a unit testcase, intermittent failures occur when cleaning up a package containing an action.
error: Package delete failed: Package not empty (contains 1 entity) (code 2972066)
exit code: 153 was…
-
The REST API docs for "Get activation IDs" (https://console.ng.bluemix.net/apidocs/98-ibm-bluemix-openwhisk?&language=node#get-activation-ids) include this argument:
Name: Name of item
But what …
-
Using Docker Desktop (Windows). Openwhisk is installed via helm, and seems to work properly immediately after installation with all pods coming up properly.
However, after a reboot or restart of do…
-
Say for our knative runtimes we could have a set of templates that generate a skeleton:
```
tm generate --python
```
something like https://workers.cloudflare.com/docs/quickstart/generating-a-…