Application Integration & Messaging
Decoupling services with queues, pub/sub, event buses, and real-time streaming — API Gateway, SQS, SNS, EventBridge, and Kinesis.
Amazon API Gateway
intermediate~2hProA fully managed front door for your APIs — routing, throttling, authentication, and request/response transformation, without running your own API layer.
Amazon SQS: Standard and FIFO Queues
intermediate~2hProA fully managed message queue for decoupling services — buffering work between producers and consumers so neither depends on the other being available at the same instant.
SNS & EventBridge: Pub/Sub and Event Buses
intermediate~2hProFanning a single event out to many subscribers with SNS, and routing events between many producers and consumers based on content with EventBridge.
Kinesis Data Streams
advanced~2hProReal-time, ordered, replayable data streaming at massive scale — for when you need many consumers reading the same continuous flow of events, not just one-time delivery.