Yeseh / zenith

Minimal runtime for serverless functions built with Go and Docker. Supports Deno only at the moment.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Zenith

Description

Zenith is a tool for creating and running serverless code like Azure Functions, AWS Lambda etc. The core logic of the tool (management API, CLI and container handling) is written in Go.

Zenith uses Docker containers to build images for user-provided code. For now, only Deno functions are supported.

This is mainly a learning/for-fun project project to gain better understanding of containerization, and serverless runtimes :)

Get started

TODO

About

Minimal runtime for serverless functions built with Go and Docker. Supports Deno only at the moment.


Languages

Language:Go 89.0%Language:TypeScript 9.5%Language:Dockerfile 1.4%