Articles by Tag #sqs

Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!

Building a Scalable Audit Log System with AWS and ClickHouse

Audit logs might seem like a backend feature that only a few people care about, but they play a...

Learn More 19 0Nov 26 '24

Amazon SQS: The Backbone of Asynchronous Communication

Hello Dev Community 👋! In the previous article check it out here, we dove into the fundamentals of...

Learn More 12 0Dec 9 '24

# 🚀 Introduction to AWS SQS (Simple Queue Service)

In today's cloud-native world, decoupling applications is key to building scalable, resilient...

Learn More 9 0Apr 23

🚀 Amazon SNS Boosts Cross-Region Delivery Flexibility!

AWS just made it easier to build resilient, distributed architectures 🌍 with Amazon SNS now...

Learn More 8 0Jul 18

Avoiding the SQS Event Mapping Trap 💥 in Lambda

tl;dr Triggering Lambda invocations directly from SQS by the way of event source mapping...

Learn More 6 0Dec 12 '24

Building a Scalable Serverless Image Processing Pipeline with AWS SQS and Lambda

Explore the creation of a scalable image processing pipeline using AWS services such as S3, SQS, and Lambda.

Learn More 6 0Dec 13 '24

EventBridge to SQS when cross region and cross account

Intro Delivering a message to a target SQS queue from EventBridge is a very common...

Learn More 4 0Sep 17

Creating Serverless Webhooks on AWS CDK

In this post you'll learn how to create a resilient webhook using AWS CDK. This architecture will...

Learn More 4 1Dec 21 '24

How to Make a Robust System to Handle Bulk Requests (SQS + SNS + DLQ)

How to Make a Robust System to Handle Bulk Requests Let’s say you need to send order...

Learn More 3 0Jul 26

Implementation of a notification system using AWS - SNS and SQS setup

INTRODUCTION In this post, we'll walk through the steps to set up Amazon SNS and SQS to handle...

Learn More 2 0Mar 31

Building a Scalable SQS Consumer in Go

Introduction When building distributed systems, message queues like Amazon SQS play a...

Learn More 2 0Nov 24 '24

Detect EventBridge target failure: Part 1 - with dead letter queue

Intro When EventBridge delivers messages to its target, there can be many reasons that...

Learn More 2 0Sep 23

Building Scalable Event Processing with Fan-out Pattern using the Serverless Framework

Want to process the same event across multiple services simultaneously? The fan-out pattern using...

Learn More 1 0Jan 3

Java SQS Listener: A Minimal, High-Performance Library for Polling AWS SQS

🤔 The Problem With Polling SQS in Java Polling messages from Amazon SQS seems simple — until it’s...

Learn More 1 0Jul 12

How to Send Notifications to Slack Using Python

Step-by-step guide to sending messages to Slack using Python, including integration with AWS Lambda, SQS, and other automation tools.

Learn More 1 0Mar 6

Construyendo un Procesador de Imágenes Escalable con SQS y Lambda

Exploramos la creación de un procesador de imágenes escalable utilizando servicios de AWS como S3, SQS y Lambda.

Learn More 0 0Dec 13 '24

(WIP)Slack Rate Limiting with SQS FIFO and Lambda

SQS FIFO와 Lambda를 사용한 Slack Rate Limiting Arch link below Amazon SQS delay queues Amazon...

Learn More 0 0Mar 4

Building a Scalable Fan Out Architecture on AWS with SNS and SQS

In distributed systems, decoupling your components is the first step to achieving scalability and...

Learn More 0 0Jun 29

Message Brokers: The Unsung Heroes of Modern Distributed Systems

In today's fast-paced digital world, seamless communication between distributed systems is more...

Learn More 0 0Nov 9 '24

Streamlining Workflows with AWS Step Functions, Lambda, and SQS

Introduction In today’s fast-paced digital world, automating workflows can save time,...

Learn More 0 0Apr 19

Celery + SQS: Stop Broken Workers from Monopolizing Your Queue with Circuit Breakers

The Problem You have 10 Celery workers processing tasks from SQS. One worker's GPU fails....

Learn More 0 0Nov 1

SQS long & short polling

By default, SQS uses short polling. Short Polling When an EC2 instance requests...

Learn More 0 0Sep 25

Guide to Testing SQS-Based Microservices with Signadot Sandboxes

Read this tutorial on Signadot. Introduction Welcome to the SQS + Signadot Sandboxes...

Learn More 0 0Sep 9

The Invisible Post Office for Modern Software - Message Queue

What Is a Message Queue? The Invisible Post Office Powering Modern Software Imagine a busy day at...

Learn More 0 0Jun 30

Stream Postgres WAL to AWS SQS: A Lightweight Approach

Learn how pg2sqs streams PostgreSQL logical replication changes directly into AWS SQS queues for real-time event processing.

Learn More 0 0Oct 7