Sanket Nimkarsanketnmkr.hashnode.dev·Nov 20, 2023Choosing the Right Messaging Service for Your Architecture: AWS SQS, AWS Kinesis and Apache KafkaChoosing the right messaging service is a critical decision that can significantly impact the performance, scalability, and cost effectiveness of your applications. In this blog post, we'll explore three popular messaging services: AWS SQS, AWS Kines...Discussmessage queue
Canopascanopas.hashnode.dev·Nov 20, 2023Asynchronous tasks management made simple: AWS SQS with AWS LambdaIn the fast-paced realm of modern technology, we often find ourselves dealing with tasks that can’t be done in the blink of an eye. Visualize running a popular e-commerce platform where customers place orders or a social media application where users...DiscussWeb Development
Sumit Mondalsumit007.hashnode.dev·Nov 19, 2023"Decoding the Wonders of Amazon Simple Queue Service (SQS): A Symphony of Scalability and Reliability"Introduction: In the vast universe of cloud computing, Amazon Web Services (AWS) stands as a celestial giant, offering a myriad of services that power businesses around the globe. Among the stars of AWS services, one particularly noteworthy constella...DiscussAWS SQS
Bjoern StielProcelery.school·Nov 15, 2023Mini Tutorial: Use Amazon SQS as a Celery Message BrokerAmazon Simple Queue Service (Amazon SQS) is a fully managed message queuing service provided by Amazon Web Services (AWS). It is designed for reliability, resilience, fault tolerance and scalability. Any number of messages between any number of syste...Discuss·46 readsmessage broker
Amrutha Damruthadronamraju.hashnode.dev·Oct 15, 2023AWS SQS Interview Q/AWhat is AWS SQS? AWS SQS, or Amazon Simple Queue Service, is a fully managed message queuing service provided by Amazon Web Services. It is designed to help users decouple and scale their microservices, distributed systems, and serverless applicatio...DiscussAWS Services Interview Q/AAWS
ByteBricksbytebricks.hashnode.dev·Oct 11, 2023Unleashing Laravel Queues with AWS SQS: A Step Towards Outsourced ProcessingIn the ever-evolving landscape of web development, the ability to offload and manage tasks asynchronously is no longer a luxury, but a necessity. Especially when dealing with resource-hungry 🤑operations that could potentially bring your application ...Discuss·1 likeLaravel
Mohammad Daniyaliamdaniyal.hashnode.dev·Sep 21, 2023Understanding AWS SNS and SQS: Simplifying Messaging in the CloudIn today's digital world, sharing information quickly and efficiently is essential. Amazon Web Services (AWS) offers two powerful messaging services, Amazon Simple Notification Service (SNS) and Amazon Simple Queue Service (SQS), that make communicat...Discusssns
Joshua Akosadevwithjosh.com·Aug 27, 2023Working with Dead-letter Queues in AWS SQS and C#What happens when messages sent via a messaging queue fail to be processed? Is it skipped? Is the data or intention encapsulated in that message lost? This is the problem that dead-letter queues solve. Dead-letter queues are like any other, with the ...Discuss·30 likes·46 readsAws in C#AWS
Joshua Akosadevwithjosh.com·Aug 26, 2023Asynchronous Communication In Microservices Via C# and AWS SQSIntroduction In a distributed system, services must communicate and exchange data to achieve the software objectives. For example, imagine an eCommerce store implemented with the microservices architecture; when a user places an order, the front-end ...Discuss·23 likes·312 readsAws in C#AWS
Mrudul P.awsnotes.hashnode.dev·Aug 26, 2023Serverless AWSIntroduction Serverless offers the benefit of - No Infrastructure Management Auto Scaling Pay only for the amount one uses Highly available and secure Image Reference: https://www.youtube.com/watch?v=d9Jb1WKCLd8 Common Use cases Calling a bac...Discussserverless