Mobisoft Infotechmobisoftinfotech1.hashnode.dev·Feb 11, 2025Are Your Microservices Struggling to Communicate? 🤔Discover how to build efficient, event-driven architectures using AWS SQS & SNS in a NestJS project. Our step-by-step guide covers everything —from environment setup to code implementation, with practical examples to help you get it right. 👉 Read th...AWS SQS
Raul Naupariblog.raulnq.com·Jan 15, 2025How to Ensure Message Order with AWS SNS and AWS SQSIn our previous post, Consuming AWS SQS messages in order, we discussed the basics of consuming messages in order using AWS SQS FIFO queues. Today, we will expand on that by incorporating the AWS SNS FIFO topic as a message source, demonstrating how ...28 readsdotnet
Abdulmateen Pitodiablog.abdulpitodia.com·Dec 26, 2024Part 1: Introduction to Building a Scalable Video Transcoder Using Nest, TypeORM, and AWS ServerlessOverview In this article, I explain how I developed a fully scalable, video transcoding application that leverages the Serverless architecture of AWS, which is capable of transforming videos from one format to other formats, or create a live streamin...3 likes·83 readsServerless Video TranscoderAWS
HARSH VIGcloudctrl.hashnode.dev·Dec 22, 2024Elastic load balancing, Messaging and QueuingHey, tech enthusiasts! Today, I want to narrate my experience with some of the most amazing AWS services that have really changed my views on distributed systems. So grab your favorite beverage, and let's get going! The Traffic Conductor: Elastic Loa...sws
Marcelo Amorimmarceloamorim.hashnode.dev·Dec 9, 2024Introduction to Simple Queue Service (SQS)The Amazon Simple Queue Service (SQS) is a fully managed message queue service that enables decoupling and communication between microservices, distributed systems, and serverless applications. SQS facilitates asynchronous and reliable message exchan...AWS SQS
Marcelo Amorimmarceloamorim.hashnode.dev·Dec 9, 2024Understanding the Fan-Out Pattern with AWSThe Fan-Out architectural pattern is widely used in distributed systems to allow a single message or event to trigger multiple parallel actions. This concept is essential in modern architectures as it enables scalability, parallel processing, and dec...AWS
Parth Chauhanparthdev.hashnode.dev·Nov 23, 2024Understanding RabbitMQ: A Powerful Message Broker for Scalable ApplicationsIn today's world of distributed applications, seamless communication between different services is critical for achieving scalability, reliability, and fault tolerance. One of the most effective ways to handle this communication is through message qu...1 likerabbitmq
Marcelo Amorimmarceloamorim.hashnode.dev·Nov 18, 2024Introdução ao Amazon Simple Queue Service (SQS)O Amazon Simple Queue Service (SQS) é um serviço de filas de mensagens totalmente gerenciado que permite o desacoplamento e comunicação entre microsserviços, sistemas distribuídos e aplicativos sem servidor. O SQS facilita a troca de mensagens entre ...AWS
Aditya Gadhaveadityag7678.hashnode.dev·Nov 16, 2024Understanding SNS: What It Is and How It WorksWhat is SNS? SNS stands for Simple Notification Service. It is a web service which makes it easy to set up, operate, and send a notification from the cloud. It provides developers with the highly scalable, cost-effective, and flexible capability t...AWS
Gedion Danielblog.gediondaniel.dev·Nov 2, 2024Amazon SQS: Producing Messages for Reliable Asynchronous ProcessingAmazon Simple Queue Service (SQS) is a powerful tool for decoupling the components of your applications and enabling reliable message processing. One of the core functionalities of SQS is producing messages, which allows you to send messages to a que...AWS