J-Fall 2022: Jeroen Reijn – Ten things that improve the performance of your Java based AWS Lambda

More and more enterprise organizations are moving toward the Cloud or want to adopt a more cloud-native operating model. Adopting serverless compute services like AWS Lambda is high on developers’ wish lists. Most of these organizations use Java for their existing applications, but Java is known for its high cold start times and high memory footprint in Serverless environments. Because of this, some developers switch to a different programming language when working with AWS Lambda, but you don’t always have to do that. In this talk, I will share some of the lessons I learned that will help improve the performance of these Java-based Lambda functions. After this talk, you should have some inspiration to squeeze even more performance out of your existing Java based serverless functions.

(Visited 2 times, 1 visits today)

About The Author

You might be interested in