About Us
Building the Future of Serverless Compute
Mini Lambda is a high-performance, self-hosted, distributed serverless execution engine crafted by Aditya Web Services. We believe developers should be able to ship and execute code without worrying about servers, scaling, or infrastructure management.
Our Mission
Our mission is to democratize serverless computing by building a transparent, self-hostable alternative to proprietary cloud function platforms. We aim to give developers complete control over their execution environment while providing the convenience and scalability they expect from managed services.
We started Mini Lambda because we saw that existing serverless platforms come with significant trade-offs: vendor lock-in, opaque pricing, cold start latency, and limited runtime support. We set out to solve each of these problems from the ground up.
What We Built
Mini Lambda is a complete serverless platform that replicates and extends the core functionality of AWS Lambda. Our architecture spans multiple services working in concert:
- API Gateway — A Node.js + Express API handling authentication, function management, execution scheduling, billing, and real-time log streaming via Server-Sent Events.
- Go Compute Worker — A high-concurrency Go daemon that polls Redis job queues, downloads code from Google Cloud Storage, and executes it inside isolated Docker containers.
- Kubernetes Orchestration — KEDA-driven autoscaling that scales worker pods from zero based on queue depth, plus premium persistent app deployments with Traefik ingress routing.
Technology Stack
We chose each technology in our stack for a specific reason — performance, reliability, and developer experience:
Frontend
Next.js 16, React 19, TailwindCSS
API Gateway
Express.js 5, TypeScript, Zod
Compute Worker
Go, Docker Engine SDK
Database
PostgreSQL (Neon), Prisma 6 ORM
Queue
Upstash Redis, BullMQ
Orchestration
K3s, KEDA, Traefik, cert-manager
Storage
Google Cloud Storage
Payments
Razorpay
What We Stand For
Security First
Every execution runs in an isolated, network-disabled Docker container. We treat untrusted code execution as a first-class security concern.
Performance Obsessed
Sub-second cold starts, efficient Go-based workers, and KEDA auto-scaling ensure your functions execute as fast as physically possible.
Developer Experience
From the Web IDE to the CLI tool, every surface is designed to reduce friction and let you focus on writing code, not managing infrastructure.
Open Architecture
Built on open standards — Kubernetes, Docker, Redis, PostgreSQL. No vendor lock-in, full transparency in how your code is executed.
Get in Touch
Mini Lambda is built and maintained by Aditya Web Services. If you have questions, feedback, or want to contribute to the project, we'd love to hear from you. Reach out through the contact channels in your dashboard or open an issue on our repository.