Articles by Tag #sqs

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

Amazon Simple Queue Service (SQS)

Amazon Simple Queue Service (SQS) is a fully managed messaging service offered by AWS (Amazon Web...

Learn More 24 0Sep 27 '24

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

Why you Shouldn't Use Amazon SQS for multiple Consumers—Choose Amazon SNS Instead! (Part 1)

Day 019 - 100DaysAWSIaCDevopsChallenge Recently, I’ve come across questions in communities...

Learn More 15 2Oct 14 '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

My AWS SQS Requests Skyrocketed to 1 Million at Month's Start. This is How I Implemented a Cost-Effective Solution.

We started using Amazon SQS for our push notifications, triggering emails, etc but the way it handles...

Learn More 11 3Aug 4 '24

Building a Spring Boot Consumer Application with Amazon SQS: Setup Infrastructure Using Cloud Development Kit (CDK)

Day 017 - 100DaysAWSIaCDevopsChallenge Today in my series of 100 days of code challenge, I...

Learn More 11 0Oct 7 '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

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

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

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

AWS SQS as an alternative to traditional application integration middleware

Application integration is a common scenario in IT landscapes. A source system sends data that is...

Learn More 4 0Sep 15 '24

SQS encryption options

When building distributed applications on AWS, Amazon Simple Queue Service (SQS) often becomes a...

Learn More 3 0Sep 4 '24

Preventing Multiple Processing of SQS Messages

Introduction Amazon SQS (Simple Queue Service) is a fully managed message queuing service...

Learn More 2 1Jul 22 '24

Erros comuns ao usar o Amazon SQS

O Amazon Simple Queue Service (SQS) é um serviço de mensageria totalmente gerenciado e serverless,...

Learn More 2 0Aug 12 '24

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 1 0Nov 24 '24

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

Unraveling the Complexities of Amazon SQS Quotas: What You Need to Know

When it comes to Amazon SQS (Simple Queue Service), understanding the quota limits can be a bit...

Learn More 0 0Sep 4 '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

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

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 0 0Mar 6

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

Custom API Analytics with AWS Serverless

Introduction This document describes the high level workflow to capture request data at...

Learn More 0 0Oct 9 '24

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

Integrating InfluxDB with AWS SQS in a Node.js

Integrating InfluxDB with AWS SQS in a Node.js application involves two main components: reading...

Learn More 0 0Jul 29 '24