Scaling Event Handlers
- Tim Burns
- Oct 17, 2020
- 1 min read
Event-driven data pipelines naturally scale much better, but there are many choices. AWS offers SQS as a message queuing system and both Kinesis and Kafka as message streaming systems. What are the differences? Read these articles
Conclusion: SNS -> SQS is much simpler and works for most use cases.
Comments