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 escalonamento de microsserviços, sistemas distribuídos e aplicativos sem servidor. O SQS facilita a troca de mensagens entre d...DiscussAWS
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...DiscussAWS
OBULIPURUSOTHAMAN Kobulipurusothaman.hashnode.dev·Oct 28, 2024Message QueuesMessage Queues : Synchronous & Asynchronous Communication : Both parties are connected with each other over the dedicated line and they are responding each other / exchanging the information in Synchronous manner there is no wait & lag any of the par...Discussqueue
Aravind Satturaravind1.hashnode.dev·Oct 25, 2024A Guide to AWS Administrative Tools for Seamless Cloud OperationsManagement Tools Amazon CloudWatch CloudWatch is a monitoring service for AWS that tracks various services and provides detailed information about applications, including logs and metrics. Users can set up alarms to ensure their applications operate ...Discuss·1 likeSWF
Aleksei Zagoskinzagosk.in·Jul 28, 2024Get To Know Your Message BrokerMessage brokers are a crucial part of many asynchronous distributed systems. Just like blood vessels transport blood throughout the human body, message brokers transmit streams of countless messages between applications. Today, we're going to take a ...Discuss·59 readsmessage queue
Jay Kumarjrxcodes.com·Jun 12, 2024Implementing TraceID in NestJS for HTTP Requests and SQS ConsumersIn distributed systems, tracking requests across multiple services can be challenging. To address this, we use TraceIDs, unique identifiers attached to each request, allowing us to trace the request flow through different services. In this article, w...Discuss·10 likestraceId
Waleed Javedwaleed.hashnode.dev·May 28, 2024A Comprehensive Guide to AWS SAM Template for Lambda Functions: Events and Environment VariablesAWS SAM (Serverless Application Model) simplifies building and deploying serverless applications on AWS. In this guide, we’ll dive into the details of how to define different types of events in an AWS SAM template that trigger Lambda functions, such ...DiscussAWS CloudAWS
Mahira Technology Private LimitedPromahiratechnology.hashnode.dev·May 24, 2024Exploring the Power of Automation: Adding Triggers in Lambda Function Using TerraformIntroduction :- So, you’ve heard of AWS Lambda and Terraform, right? Lambda allows you to run code without provisioning or managing servers — fantastic, isn’t it? Terraform, on the other hand, lets you treat your infrastructure as code, meaning you c...Discussaws lambda
Sumit Mondalsumit007.hashnode.dev·May 23, 2024Exploring AWS Simple Queue Service (SQS): A Hands-On GuideIn today's fast-paced digital landscape, the need for efficient and reliable messaging systems has become paramount. Whether it's processing orders, managing workflows, or orchestrating microservices, businesses require a robust solution to handle me...Discuss·46 readsAWS
Saloni Singhsalonisingh.hashnode.dev·May 5, 2024Learning AWS Day by Day — Day 56 — Amazon SQS — FIFO queuesExploring AWS !! Day 56 Amazon SQS — FIFO queues FIFO (First In First Out) — all capabilities of standard queue, used when order is important and duplicity of messages can’t be tolerated. Examples of usage:Ecommerce websites for order management wher...DiscussAWS