My reading journal for Code Fellows
What is the difference betweeen SQS and SNS?
SNS is a distributed publish-subscribe service.
SQS is distributed queuing service.
What are some use cases for both SNS and SQS?
Choose SNS if:
Choose SQS if:
Describe how to use SQS and SNS in a “fanout” pattern.
Explain how “push notifications” work, using SNS.
How might a large scale, distributed application make use of a Queue system like SQS?