AWS SQS
Reliable message queuing for distributed systems
Amazon SQS (Simple Queue Service) is a fully managed message queuing service that enables decoupled communication between distributed systems. In a streaming ETL (Extract, Transform, Load) workflow, SQS serves as a reliable intermediary to handle data ingestion and transfer between various components. By ensuring message durability and delivery, SQS simplifies real-time data processing in ETL pipelines.