openwhisk-composer
openwhisk-composer copied to clipboard
Apache OpenWhisk Composer provides a high-level programming model in JavaScript for composing serverless functions
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...
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`...