This work was carried out as a Final Year Project, as part of the Bachelor of Science (Hons) in Applied Computing. The end result of this project will be a Framework which provides a suite of SDK’s and a CLI that will reduce the barrier of entry to serverless development within Knative, by abstracting the boring bits and allowing you to focus on your functions.
- SDK - Abstracts the configuration away from the user allowing you to focus on the logic behind your function -- JavaScript, GoLang, Python, Java, Haskell
- CLI - A command line tool to bootstrap Functions as a Container.
Sample apps developed to demonstrate, how to deploy a function to Knative can be found in the samples directory.