-
aws-lambda-java-libs
Official mirror for interface definitions and helper classes for Java code running on the AWS Lambda platform.
I'd like to include the copy of my article AWS Lambda Profiler Extension for Java- Part 2 Improving Lambda performance with Lambda SnapStart and priming into this SnapStart series. In this article of the series I'd like to show you how AWS Lambda Profiler Extension for Java helped me to improve Lambda performance (especially to reduce Lambda cold start times) by identifying additional SnapStart priming potential in my sample application. For the information how to build AWS Lambda Profiler for Java as a Lambda extension, publish it as a Lambda layer and use this layer in our sample application, please read my article AWS Lambda Profiler Extension for Java- Part 1 Introduction of the series, we introduced recently released AWS Lambda Profiler Extension for Java.
-
JetBrains
Tell us how you use coding tools. You may win a prize! Are you a developer or a data analyst? Share your thoughts about your coding tools in our short survey and get a chance to win prizes!
-
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
If you don't like to use APIGatewayProxyRequestEvent SnapStart priming, please also remove the dependency to aws-lambda-java-serialization in the pom.xml as it contributes additional 4.5 MB to the Lambda deployment artifact size.
Related posts
-
AWS Lambda Profiler Extension for Java- Part 1 Introduction
-
Quarkus 3 application on AWS Lambda- Part 2 Reducing Lambda cold starts with Lambda SnapStart
-
Spring Boot 3 application on AWS Lambda - Part 11 Measuring cold and warm starts of Lambda function using Docker Container Image
-
Add Android Auto to Calyx OS before flashing ROM
-
Launch Your First Serverless API: Hands-On with AWS Chalice on AWS Lambda