Parsing and Validation Caching with AWS Lambda #2599
Answered
by
n1ru4l
danielbayerlein
asked this question in
Q&A
-
How useful is the parse and validation cache with AWS Lambda, or should it be disabled? |
Beta Was this translation helpful? Give feedback.
Answered by
n1ru4l
Mar 22, 2023
Replies: 1 comment 1 reply
-
As long as the lambda function is hot, the cache should provide you with a benefit. The configuration of this might be highly dependent on your traffic amount, there is no rule of thumb for this. We recommend stress-testing and collecting metrics for this on a use case basis. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
danielbayerlein
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As long as the lambda function is hot, the cache should provide you with a benefit. The configuration of this might be highly dependent on your traffic amount, there is no rule of thumb for this. We recommend stress-testing and collecting metrics for this on a use case basis.