1/6
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced |
---|
No study sessions yet.
Synchronous communications
application to application
Asynchronous / Event based communications
application to queue to application
Why are synchronous communications problematic?
sudden spikes of traffic
queue model
using SQS
pub/sub model
using SNS
real-time data streaming model
using Kinesis
decouple your applications:
These services can scale independently from our application