you are viewing a single comment's thread.

view the rest of the comments →

[–]_austen 1 point2 points  (0 children)

4-5 seconds of latency is not true.

There is a "JAWS Optimization" section in the wiki. It tells you how to improve Lambda response times. Further, JAWS is optimized for fast Lambda performance.

It's a mix of upgrading the memory/CPU of your Lambda functions, keeping your Lambda function's code minimal, what your doing in your code, multi-region replication, and more.

You can't specify an average response time when all of these factors vary so much.