Software Alternatives & Reviews

Amazon SQS Reviews

Amazon Simple Queue Service is a fully managed message queuing service.

Social recommendations and mentions

We have tracked the following product recommendations or mentions on Reddit and HackerNews. They can help you see what people think about Amazon SQS and what they use it for.
  • Serverless Orchestration
    Amazon SQS is also known as the Simple Queue Service. Much like people waiting in line for a busy ride at a theme park, sometimes you have places in your application where events may get backed up, creating a bit of a bottleneck and harming your application's performance (and potentially your wallet, too). A queue service such as SQS will help you process and maintain your events and messages as they come in. SQS... - Source: dev.to / 5 days ago
  • Serverless Compute
    AWS Lambda If you're in Azure, your equivalent service is Azure Functions. For Google, this is Google Functions (yes, AWS just HAD to be different). Regardless of its name, all of these services fulfill the same purpose - a small compute building block to house your business logic code. An AWS Lambda function is simply the code you want to run, written in your language of choice (I preference Python, but... - Source: dev.to / 8 days ago
  • Messaging Patterns 101: A Comprehensive Guide for Software Developers
    Amazon Simple Queue Service (SQS) (*https://aws.amazon.com/sqs*). - Source: dev.to / 19 days ago
  • Unleashing the Power of LocalStack for Faster AWS Development
    Let’s take the example of SQS, a message queueing service allowing different software components to exchange messages safely. If we take a look at the service API definition, we can see this:. - Source: dev.to / about 1 month ago
  • Resolving the paradox of cloud-native solutions: more agility without total control
    During two weeks, I led a team that re-architected an existing solution and delivered a modern, lean batch application: a distributed data processor made from a combination of serverless building blocks like Amazon EventBridge rules, Amazon SQS queues, and AWS Lambda Functions. As you can see in the image above, this drastically reduced the amount of code needed (and thus its complexity), the resources used, and... - Source: dev.to / about 2 months ago
  • AWS Beginner's Key Terminologies
    Amazon SQS(application integration) Amazon Simple Queue Service is a reliable and scalable hosted queues for storing messages as they travel between computers. Https://aws.amazon.com/sqs. - Source: dev.to / about 2 months ago
  • I Know What You Shipped Last Summer
    AWS SQS, or Simple Queue Service, is a piece of infrastructure offered by Amazon; it’s a powerful tool processing data in a controlled manner. “Sqs-consumer” is an existing open-source library for working with SQS. - Source: dev.to / 3 months ago
  • Verifying data integrity with KMS asymmetric keys
    I used two Lambda functions, one for signing the message and another one for verifying it. In this example, I'll send the signed data to an SQS queue. The verification function will poll the queue for available messages. It will then verify if the data comes from the expected sender and if no one has tampered with it. - Source: dev.to / 3 months ago
  • free-for.dev
    SQS - 1 million messaging queue requests. - Source: dev.to / 4 months ago
  • Serverless Event Driven AI as a Service
    Twitter communicates via HTTP requests, therefore the logical solution here is to use API Gateway; a fully managed API service from AWS which gives you a public endpoint and they handle all scaling and infrastructural management. You can directly integrate with many services so you can have no-code API that pushes to a SQS Queue for example, and then suck in vast amounts of requests to process through in a... - Source: dev.to / 5 months ago
  • System Design: Netflix
    Processing videos as a long-running task makes much more sense, and a message queue also decouples our video processing pipeline from the uploads functionality. We can use something like Amazon SQS or RabbitMQ to support this. - Source: dev.to / 7 months ago
  • Dear FFC - Please get rid of Ticketmaster
    AWS is the typical default hosting choice for a reason, they are setup for practically any sort of commercial use case, this is far from my specialty but I imagine it wouldn’t be hard to setup secure access to any of the software above running on their dynamically scalable servers with use of their other available tools to have a complete one-stop shop. Interestingly they also promote sport-specific partnerships... - Source: Reddit / 7 months ago
  • AWS Identity and Access Management Roles Anywhere
    Provide on-premises Kubernetes workloads access to native AWS services such as Amazon DynamoDB and Amazon Simple Queue Service (Amazon SQS). - Source: dev.to / 7 months ago
  • System Design: The complete course
    While this seems like a classic publish-subscribe use case, it is actually not as mobile devices and browsers each have their own way of handling push notifications. Usually, notifications are handled externally via Firebase Cloud Messaging (FCM) or Apple Push Notification Service (APNS) unlike message fan-out which we commonly see in backend services. We can use something like Amazon SQS or RabbitMQ to support... - Source: dev.to / 7 months ago
  • Deploying Django Application on AWS with Terraform. Setting up Celery and SQS
    Here we've created a new SQS instance, a new IAM user, granted access to this SQS instance to this user, and created an IAM Access Key to give access to SQS from Django application. Let's look at the new instance in AWS console:. - Source: dev.to / 7 months ago
  • Website builder architecture
    The second method relies less on Vercel and grants you more flexibility with how and where you deploy your application to. Save the site structure to a database and use a message queue like AWS SQS to rebuild of the clients site. Another service iterates through pending rebuilds, fetches the structure of the app, and exports the site as static HTML to a storage bucket like S3. - Source: Reddit / 8 months ago
  • What Is Data Gravity And Is It Important With Serverless?
    Events - According to the serverless design principles, you should be building your applications to trigger transactions from events. Events come from many sources, like SNS, SQS, and EventBridge. In a fault-tolerant application, you should be storing off events so you can replay them in a recovery scenario. Services like EventBridge have an event archive which does just that. This creates another source of data... - Source: dev.to / 8 months ago
  • Toyota remote engine start subscription
    Btw, AWS has SNS to do texts, might want to loop in SQS, and would be using it for user authentications for login or password resets. - Source: Reddit / 8 months ago
  • Parsing Lambda Error Logs in ReScript & Python
    Alarms, however, merely say things like “Your Lambda crashed 3 times in the past 5 minutes”. They don’t answer why it crashed. In Imperative or Object Oriented Programming, crashes are fine; they’re often intentional. In Functional Programming, this is typically not done; crashes, while not academically defined as side effects, in practice are bad, unintentional side effects. However, the good news is AWS Lambda’s... - Source: dev.to / 10 months ago
  • Serverless apps : Why IaC should be the direction
    Serverless applications is often inclusive of many services such as EventBridge, Simple Notification Service (SNS) and Simple Queue Service (SQS) which play a vital role in decoupling and enhancing the performance and robustness of the Serverless application itself. And also services such as AWS API Gateway, AWS AppSync for API provisioning which are backed by Amazon Lambda functions, Fargate, AWS Step Functions.... - Source: dev.to / 10 months ago
  • Week of Java: Part 3: Designing and Implementing a Multi-Tier Lambda App
    In a FaaM project, every communication between our functions should be event driven, meaning that we must reduce as much as possible the request-reply interaction between them, otherwise we could create an unnecessary coupling between our microservices. To achieve this, we can use services such as SQS, SNS or Kinesis. - Source: dev.to / 10 months ago

External sources with reviews and comparisons of Amazon SQS

6 Best Kafka Alternatives: 2022’s Must-know List
Amazon SQS offers standard features such as dead-letter queues and costs allocation tags. With Amazon SQS, you can access the web services API in any programming language that supports the AWS SDK.
Top 15 Kafka Alternatives Popular In 2021
Amazon SQS (Simple Queue Service) is a fully managed, message queuing service for distributed systems, serverless applications, and microservices. It is known for the dissociation of components and the creation of effective asynchronous processes. It possesses a good SKD and a useful console. Because of its salient features, it is easy to use and hence favored by developers.

Do you know an article comparing Amazon SQS to other products?
Suggest a link to a post with product alternatives.