Slide 8
Slide 8 text
JAVA FORUM NORD 2023 – PERFORMANCE-TWEAKS FÜR JAVA-SERVERLESS-ANWENDUNGEN
© 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Tune the serverless function's resources…
AWS Lambda exposes only a memory control, with the
% of CPU core and network capacity allocated to a function
proportionally.
Is your code CPU, network or memory-bound?
If so, it could be cheaper to increase memory.
> Memory, > vCPU, > Network
10240 MB
128 MB