Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!
Amazon Simple Queue Service (SQS) is a fully managed messaging service offered by AWS (Amazon Web...
Audit logs might seem like a backend feature that only a few people care about, but they play a...
Day 019 - 100DaysAWSIaCDevopsChallenge Recently, I’ve come across questions in communities...
Hello Dev Community 👋! In the previous article check it out here, we dove into the fundamentals of...
We started using Amazon SQS for our push notifications, triggering emails, etc but the way it handles...
Day 017 - 100DaysAWSIaCDevopsChallenge Today in my series of 100 days of code challenge, I...
In today's cloud-native world, decoupling applications is key to building scalable, resilient...
Explore the creation of a scalable image processing pipeline using AWS services such as S3, SQS, and Lambda.
tl;dr Triggering Lambda invocations directly from SQS by the way of event source mapping...
In this post you'll learn how to create a resilient webhook using AWS CDK. This architecture will...
Application integration is a common scenario in IT landscapes. A source system sends data that is...
When building distributed applications on AWS, Amazon Simple Queue Service (SQS) often becomes a...
Introduction Amazon SQS (Simple Queue Service) is a fully managed message queuing service...
O Amazon Simple Queue Service (SQS) é um serviço de mensageria totalmente gerenciado e serverless,...
INTRODUCTION In this post, we'll walk through the steps to set up Amazon SNS and SQS to handle...
Introduction When building distributed systems, message queues like Amazon SQS play a...
Want to process the same event across multiple services simultaneously? The fan-out pattern using...
When it comes to Amazon SQS (Simple Queue Service), understanding the quota limits can be a bit...
SQS FIFO와 Lambda를 사용한 Slack Rate Limiting Arch link below Amazon SQS delay queues Amazon...
Introduction In today’s fast-paced digital world, automating workflows can save time,...
Step-by-step guide to sending messages to Slack using Python, including integration with AWS Lambda, SQS, and other automation tools.
In today's fast-paced digital world, seamless communication between distributed systems is more...
Introduction This document describes the high level workflow to capture request data at...
Exploramos la creación de un procesador de imágenes escalable utilizando servicios de AWS como S3, SQS y Lambda.
Integrating InfluxDB with AWS SQS in a Node.js application involves two main components: reading...