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
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...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
Chethana S Vchethanasv.hashnode.dev·Oct 31, 2024Decoupled Integration with AWS Lambda: A Guide to Building Scalable, Resilient SystemsIn today’s tech world, flexibility and scalability are crucial in order to keep up with the demands of modern applications. As apps get more and more complex, one strategy that’s become popular is decoupled integration. This approach allows different...Discuss·28 readsaws lambda
Anant ChowdharyforfreeCodeCampfreecodecamp.org·Oct 28, 2024How Message Queues Help Make Distributed Systems More ReliableReliable systems consistently perform their intended functions under various conditions while minimizing downtime and failures. As internet users, we tend to take for granted that the systems that we use daily will operate reliably. In this article, ...DiscussAWS
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
Aparna Vikramanaparnavikraman.hashnode.dev·Oct 6, 2024AWS SQS FIFO Queue vs Standard QueueAmazon SQS offers two types of queues: FIFO (First-In-First-Out) and Standard. Let's explore their pros and cons to help choose the right queue for your application. FIFO Queues FIFO queues guarantee that messages are processed in the exact order the...DiscussAWS
Roshan Shrestharosan-shrestha.com.np·Sep 26, 2024HLS (HTTP Live Streaming) Adaptive Bitrate Streaming (Part 1)For the past weeks, I have been involved in developing HLS system using AWS services. Before I present the full pledge of the project I have worked on, I thought it would be quite better to sum up the topic comprehensively. HLS (HTTP Live Streaming) ...Discuss·46 readsAWShls
Yogesh Borudeyogeshb.hashnode.dev·Sep 16, 2024Understanding Amazon SQS: A Comprehensive GuideIntroduction Amazon Simple Queue Service (SQS) is a fully managed message queuing service that enables decoupling and scaling of microservices, distributed systems, and serverless applications. By leveraging SQS, developers can achieve better reliabi...DiscussDevops
Shaileshshaileshpashte.hashnode.dev·Aug 29, 2024Kinesis vs SQS FIFO: Key Differences in Data OrderingIntroduction In distributed systems, maintaining the order of data is crucial for many applications, particularly in scenarios where the sequence of events impacts the outcome, such as financial transactions, order processing, and logging. AWS offers...DiscussDataOrdering