fission / fission-workflows

Workflows for Fission: Fast, reliable and lightweight function composition for serverless functions
Apache License 2.0
371 stars 42 forks source link

Formalize function call API #136

Closed erwinvaneyk closed 6 years ago

erwinvaneyk commented 6 years ago

Currently Fission Workflows relies directly on the internal executor API to execute functions. We want to avoid this usage of the internal APIs, as these executor and other APIs should not be dependent on.

For this reason we need a clear function call API (which in some sense now exists implicitly in the fission-function/* path of the router). In the future this API could be used to call a specific version of a function in order to make workflows more robust to frequently changing functions.

cc @soamvasani

erwinvaneyk commented 6 years ago

Wrong repo, see https://github.com/fission/fission/issues/632