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

Make internal functions pluggable #64

Closed erwinvaneyk closed 7 years ago

erwinvaneyk commented 7 years ago

From the start the internal functions have been designed to be fully pluggable. This means that the user should be able to dynamically add internal functions. Due to prototyping and time constraints this functionality has not made it in yet.

The solution will probable need a HTTP/gRPC endpoint to which users can upload a golang plugin. The system validates it and makes it available to the workflows

erwinvaneyk commented 7 years ago

Whoops duplicate of #34