This repository contains experiments and benchmarks for various serverless platforms. The goal is to evaluate and compare different serverless solutions based on developer experience, deployment workflows, performance, and other key factors.
Each serverless platform is tested in its own directory with individual experiments and implementations.
- Developer Experience (DX)
- Deployment process and speed
- Cold start performance
- Runtime performance
- Pricing and cost efficiency
- Monitoring and debugging capabilities
- Local development workflow
- Documentation quality
The following serverless platforms will be evaluated:
- Directory:
aws-lambda/ - Standard serverless offering from AWS
- Directory:
vercel-functions/ - Serverless functions integrated with Vercel's edge network
- Directory:
cloudflare-workers/ - Edge computing platform running on Cloudflare's global network
Each platform directory will contain:
- Sample implementations
- Deployment configurations
- Performance benchmarks
- Notes and observations
Summary findings and comparisons will be documented as experiments are completed.