|
|
|
Low Latency Architecture – AWS
|
|
2 points
by minormind
3333 days ago
|
|
I am looking to design a low latency (sub-second) real time system. Clients (~600k) will feed data to Kinesis to Lambda and then to DDB and Redis for fast retrieval. Issue is Kinesis is batched so there is default delay. Can I replace Kinesis with SQS and get better performance? |
|
Also consider what happens when latency spikes; performance isn't guaranteed in this environment. At scale, edge cases become the common case.
On the DynamoDB side, I'm sure you've already seen the DynamoDB Accelerator (10x read performance) already in preview, but just in case, see https://aws.amazon.com/dynamodb/dax/