A self-hosted alternative to AWS Lambda, written in Go.
- ✅ Function Management (Add, List, Invoke)
- ✅ Event Tracking
- ✅ Supports Python, Node.js, and Go
- ✅ Compatible with Containerd and Docker engines
Download pre-built binaries from Releases
go install github.com/sirrobot01/lamba@latest
sudo ./lamba --engine containerd --port 8080
./lamba --engine docker --port 8080
You can find examples in the examples directory.
function_name/
├── function_name.py
# Create deployment package
zip -r function.zip function
- Containerd (Note: Rootless installation requires manual service start)
OR - Docker
- Additional runtime support (Rust)
- Enhanced event sources
- Additional triggers
Project is under active development. Please report issues via GitHub.