apache / openwhisk-wskdeploy

Apache OpenWhisk utility for deploying and managing OpenWhisk projects and packages
https://openwhisk.apache.org/
Apache License 2.0
77 stars 74 forks source link

wskdeploy should support package level bindings. #158

Closed lzbj closed 7 years ago

lzbj commented 7 years ago

Currently we need to support OpenWhisk 101 use cases, and some of the use case need a package level binding, for example, the data processing cloudant use case needs to binding the /whisk.system/cloudant package, so we need to support this use case.

@mrutkows @paulcastro @daisy-ycguo , are we already supported this use case, I searched the use case in the code and spec samples, and didn't find clear definition, did I miss something?

paulcastro commented 7 years ago

You did not miss anything. We don't have package binding support anywhere.

lzbj commented 7 years ago

ok, I'll investigate it.

lzbj commented 7 years ago

close this one, please refer to https://github.com/openwhisk/openwhisk-wskdeploy/issues/41