Vadym79 / 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
https://dev.to/vkazulkin/measuring-java-11-lambda-cold-starts-with-snapstart-part-1-first-impressions-30a4
14 stars 2 forks source link

Reduced the size of the project #3

Closed msailes closed 1 year ago

msailes commented 1 year ago

I've removed some dependencies that I don't think are needed. This reduces the final package size from ~50mb to ~20mb.