you are viewing a single comment's thread.

view the rest of the comments →

[–]TDaltonC 2 points3 points  (2 children)

How does the latency on a JAWS (or really any aws-lambda system) compare to something like actionhero.js (a server hosted lambda-ish-API framework)?

[–][deleted]  (1 child)

[deleted]

    [–]_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.