This repo contains full code and all scripts for the most popular AWS Lambda flow:
The full analyze is here https://filia-aleks.medium.com/benchmarking-all-aws-lambda-runtimes-in-2021-cold-start-part-1-e4146fe89385
- Java 11
- NodeJs 14.x
- Python 3.9
- Go 1.17.7
- Ruby 2.7
- .Net 3.1
- Custom runtime with GraalVM 22.0
- Custom runtime with Rust 1.58.1
The project has CI/CD using GitHub Actions, please check GitHub workflow
- Docker
- SAM
- AWS account with S3 bucket in us-east-1 Region (update
existingS3Bucket
with your bucket value) - run
build.sh
from the root
I’m not an expert in all these languages and I’m happy to see MR in the repo with performance improvements.
I’m going to support this repo and run the performance test every 3 months. I believe in opensource collaboration :)