Slide 37
Slide 37 text
© 2022, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Reducing Cold Starts
§ Use AWS Java SDK v2 and use only the required dependencies (s3, dynamodb, …)
§ Remove unnecessary jar dependencies
§ Use lighweight dependencies (jackson-jr vs jackson, slf4j simple logger vs log4j, …)
R E D U C E A S M U C H A S P O S S I B L E T H E S I Z E O F T H E P A C K A G E