Top 3 Java lambda-performance Projects
-
AWSLambdaJavaSnapStart
Different examples of solutions API Gateway->Lambda->DynamoDB with Lambda managed Java runtimes with different Lambda memory settings, compilation options, (a)synchronous HTTP clients, Lambda layers, GC algorithms and hardware architecture (x86 vs arm64) including Lambda SnapStart enabling and priming techniques to measure Lambda performance
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
AWSLambdaGraalVMNativeImage
Different examples of solutions API Gateway->Lambda->DynamoDB to deploy it on Lambda with Custom Runtime based on GraalVM Native Image (pure Java or with Spring Boot 3 framework) and measure Lambda performance (cold and warm start times)
-
AWSLambdaJavaDockerImage
Different examples of solutions API Gateway->Lambda->DynamoDB to deploy it on Lambda with the Docker Container Image based Java application (pure Java or with Spring Boot 3 framework) and measure Lambda performance (cold and warm start times)
Java lambda-performance discussion
Index
What are some of the best open-source lambda-performance projects in Java? This list will help you:
| # | Project | Stars |
|---|---|---|
| 1 | AWSLambdaJavaSnapStart | 19 |
| 2 | AWSLambdaGraalVMNativeImage | 7 |
| 3 | AWSLambdaJavaDockerImage | 2 |