Skip to content

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.

Notifications You must be signed in to change notification settings

endalk200/serverless.poc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 

Repository files navigation

Serverless Platforms Experimentation

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.

Structure

Each serverless platform is tested in its own directory with individual experiments and implementations.

Evaluation Criteria

  • 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

Platforms

The following serverless platforms will be evaluated:

AWS Lambda

  • Directory: aws-lambda/
  • Standard serverless offering from AWS

Vercel Functions

  • Directory: vercel-functions/
  • Serverless functions integrated with Vercel's edge network

Cloudflare Workers

  • 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

Findings

Summary findings and comparisons will be documented as experiments are completed.

About

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.

Topics

Resources

Stars

Watchers

Forks