You want to minimize cold start time for your Lambda. What do you do?
Create a warm-up Lambda that calls your Lambda every minute
Do nothing. AWS minimizes cols start time by default.
Add extra code to check if the permanent cache, or the /cache directory, has the data that you stored.
Add extra code to check if the transient cache, or the /tmp directory, has the data that you stored.