vmware-archive / dispatch

Dispatch is a framework for deploying and managing serverless style applications.
http://dispatchframework.io
Apache License 2.0
532 stars 58 forks source link

Knative based function-manager #591

Closed imikushin closed 6 years ago

imikushin commented 6 years ago

Implemented Functions and Secrets API on top of Knative. Updated the CLI accordingly. Fixed nits found by Go v1.11 compiler.

imikushin commented 6 years ago

Not storing function run info for now.

We need to redesign this bit, taking into account concerns about payload data privacy and storing / processing the invocation data.