-
Hi, I've built a Spring Boot Docker container: https://github.com/nheidloff/openwhisk-debug-java
When I use the out of the box Spring functionality to build REST endpoints "Transfer-Encoding: chunk…
-
Currently the deserialization logic for `WhiskEntity` uses a trail based approahc where it tries multiple deserializers
https://github.com/apache/openwhisk/blob/e9dd2073cd2343545d006cd71ca01dc24114…
-
This is a feature enhancement for the recently introduced path parameters feature in the API GW: https://github.com/apache/incubator-openwhisk/pull/2966
When actions are invoked with path parameter…
-
This is based on work related https://github.com/apache/incubator-openwhisk-catalog/pull/268.
To reproduce, create a ~/.wskprops file like this, for example:
```
> cat ~/.wskprops
APIHOST=localh…
-
This has come up in a number of discussions.
Here's a sketch of an idea for supporting long-running actions.
Step 1: Stand up a "compute farm" (ideally elastic) that can run docker containers, such …
-
having the `process.env` variables mixed into the `context.env` object is kind of redundant and might be confusing.
`context.env` should only contain the information that is specific to the deployed …
-
## Environment details:
IBM Bluemix (US-South)
## Steps to reproduce the issue:
```
wsk package create service_package
wsk action create service_package/hello handler.js
wsk package delete…
-
today we require username/pw to be passed on to a trigger. we should offer the ability to avoid that by allowing authentication with oauth2.
-
Hi.
Unsure why - but I can't compile your project on an Aarch64 server.
> $ ./gradlew
> Downloading https://services.gradle.org/distributions/gradle-6.8.3-all.zip
> ..............10%..........…
-
I am working now with a project that has six actions, all of them built remotely in the Swift runtime. I find that I can never deploy all six actions successfully in the same run. In fact, I can g…