Skip to content

A repository of the code used for timings of the different configurations for Lambdas, and used as a basis for the "Improving the cold start times of Java AWS Lambdas using GraalVM and native images" blog.

Notifications You must be signed in to change notification settings

shinesolutions/java-lambda-graalvm-native

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

This repository contains 3 child projects:

  • javascript
  • aws-java
  • quarkus-java

Each project contains an AWS Lambda implementation using the nominated technology. These are the projects that were used to get timings for the different lambdas for the blog post Improving the cold start times of Java AWS Lambdas using GraalVM and native images.

All projects implement a simple Greeting Lambda that accepts a name and a greeting in the body, and returns a string with the following format "<greeting> <name>", unless the name is "Stuart".

This initial Lambda is trivial but provides enough indicators of speed improvements with GraalVM.

About

A repository of the code used for timings of the different configurations for Lambdas, and used as a basis for the "Improving the cold start times of Java AWS Lambdas using GraalVM and native images" blog.

Resources

Stars

Watchers

Forks

Contributors 2

  •  
  •