-
1. Set your env var in your `.env` https://developer.adobe.com/app-builder/docs/guides/appbuilder-configuration/#env
2. Then in your `app.config.yaml` `runtimeManifest` you can refer to the env var i…
-
I have Kong configured with this plugin. I have a sample OW action and a POST route configured with Kong. The plugin is enabled at Service level.
I am only able to send POST requests. I tried to g…
-
### Expected Behaviour
Running `aio app run --local` and posting an action request with the same action and request parameters that return success one time would consistently open a Docker container …
-
### Expected Behaviour
Openwhisk cli supports actions prefixed with a package name.
### Actual Behaviour
create-whisk-action expects a project directory but does not support path delimiter (/).
…
-
## Problem
Hello everyone,
I have worked with Serverless platforms on top of Kubernetes. More specifically, OpenWhisk.
There I execute small functions with fast execution - at most 5 minutes, b…
-
We just verified that we do have support for env. variables in #249 and they can be referenced by using ($) dollar notation like `$CLOUDANT_USERNAME` and `$CLOUDANT_PASSWORD` in the following exampl…
-
I noticed that rules and triggers are not created under package defined in manifest. For example, after deploying the cloudant use case ([manifest.yaml](https://github.com/daisy-ycguo/wskdeploy/blob/c…
-
Hey,
i am using js to solve assignment 4, I had no problem creating the actions, I can too invoke them now with wsk -i action invoke --param filename in example...
There is a libary inside npm…
-
we are doing a serverless deploy and passing parameter values to it..and one of the value starts with -(dash), reading from environment properties of Deploy Job.
But post deployment in parameters we …
-
Hello Alexander,
Sorry to bother you. Hope I'm allowed to get some advice on openwhisk-standalone deployment. Thank you!
I just follow the steps described in section A.3.2 of the ASPLOS paper. How…