apache / openwhisk-composer

Apache OpenWhisk Composer provides a high-level programming model in JavaScript for composing serverless functions
https://openwhisk.apache.org/
Apache License 2.0
68 stars 21 forks source link

composer.parallel not available in openwhisk-composer@0.9.0 #19

Closed cheukchuen closed 5 years ago

cheukchuen commented 5 years ago

I've tried using the composer.parallel combinator that was introduced recently, but it returns TypeError: composer.parallel is not a function. I assume they are not packaged into the latest version of openwhisk-composer? May I know the estimated time when the module in npm will be updated to include those combinators?

tardieu commented 5 years ago

npm supports pulling a module directly from github so you could use that for now. There are only a few minor fixes needed before the next release (doc, ssl certificate, public compilation api) so I am hoping to start the release process in a few days.

dgrove-oss commented 5 years ago

composer 0.10.0 was just released with parallel support.