Skip to main content
Amazon Simple Queue Service

Amazon Simple Queue Service

SoftwareWikipedia

Search complete. 11 mentions across 5 episodes found for "Amazon Simple Queue Service".

Sep 7, 2026

BaluHOST
15:36
Option A, Amazon SNS.
BaluHOST
15:39
Option B, Amazon SQS.
BaluHOST
15:41
Option C, AWS Lambda.
BaluHOST
15:43
And option D, Amazon Kinesis Data Firehose.
BaluHOST
15:47
Let's pause here.
BaluHOST
15:52
The correct answer is option B, Amazon SQS.
BaluHOST
15:56
And here's why it's right.
BaluHOST
15:58
SQS, the simple queue service, is a message queue built exactly for decoupling components.
Jarrett KeiferGUEST
7:16
Around them, we just put a handful of things.
Jarrett KeiferGUEST
7:18
We've got an input SQS queue where users put payloads to be processed, and output messages like published items or workflow events flow to output SNS topics.
Jarrett KeiferGUEST
7:32
Workflows are run via AWS step functions, and tasks within those workflows generally leverage either Lambda or AWS Batch for compute.
Jarrett KeiferGUEST
7:41
It's simple, but it's a robust and featureful system.
Herman PoppleberryHOST
13:41
The principle is what matters, a message queue with persistent storage, retry logic, and some notion of job state.
Herman PoppleberryHOST
13:48
You can implement this with PostgreSQL's skip-locked with RabbitMQ with AWS SQS.
Herman PoppleberryHOST
13:55
The specific library doesn't matter as much as the pattern, decouple the fast path, record creation from the slow path, AI enhancement with a durable queue in the middle.
Herman PoppleberryHOST
14:05
The queue

Unknown podcast

ISO/IEC 27018: Guidelines for Protecting PII in Public Clouds

Aug 23 · 1 Mention

speaker_1HOST
18:00
It hits an API gateway, it passes through a load balancer, it might get temporarily held in a web cache like Redis.
speaker_1HOST
18:06
It almost certainly gets dropped into an asynchronous message broker queue like Apache Kafka or AWS SQS to be processed by background workers.
speaker_1HOST
18:16
It temporarily lives in the execution swap files of a Docker container.
speaker_0HOST
18:19
And if there's a bug, like if a process crashes while handling that payload.

Unknown podcast

Ep 149: A 250M-parameter model trained on 30B tokens now deploys in 60 MB with million-token…

Aug 22 · 1 Mention

PatrickHOST
4:30
Reciprocal rank fusion combines clip semantic results with gliner named entity recognition keyword search, and a determinantal point process diversifies output.
PatrickHOST
4:40
The full stack runs on AWS with Lambda, ECS, SQS, and Terraform.
PatrickHOST
4:46
A separate tutorial explains how to measure prediction uncertainty so an AI system can defer decisions whose mistakes would be costly.
PatrickHOST
4:54
It walks through adding a Bayesian layer that outputs both a prediction and a calibrated uncertainty estimate.

We value your privacy

We use cookies to understand how you use our platform and to improve your experience. Click “Accept All” to consent, or “Decline non-essential” to opt out of non-essential cookies. Read our Privacy Policy.