openwhisk-composer icon indicating copy to clipboard operation
openwhisk-composer copied to clipboard

Apache OpenWhisk Composer provides a high-level programming model in JavaScript for composing serverless functions

Results 8 openwhisk-composer issues
Sort by recently updated
recently updated
newest added

Hi, community The error occurs when I am trying to run a set of parallel actions. > { "error": "Internal error: Cannot find module 'redis-commands'\nRequire stack:\n- /nodejsAction/runner.js\n- /nodejsAction/src/service.js\n- /nodejsAction/app.js" }...

### System - MacBook Pro 13'' 2017 - Docker Desktop (v.2.5.0.1) - Kubernetes (v.1.19.3) - opewhisk-composer (v.0.12.0) ### Deployment OpenWhisk platform has been deployed using the following commands (https://github.com/apache/openwhisk-deploy-kube/blob/master/README.md): ```bash...

the terser webpack bundle optimizer by default renames javascript classes. as a result, composer.compile fails with ``` Invalid argument "task" in "task" combinator Argument value: m { '.combinator': [Function: .combinator],...

`compose --deploy` in the past allowed one to conveniently lower the composition and deploy it in one command. Now there are two binaries `compose` and `deploy`. what's the rationale for...

enhancement

currently you have to run composer twice, once to generate the function code and again to generate the ast (needed for k/o-ui visualization). it would be convenient to run `compose`...

enhancement
help wanted
good first issue