AWS Developer Tools Blog

Tag: message queues

Introducing the AWS Message Processing Framework for .NET (Preview)

We are happy to announce the developer preview release of the AWS Message Processing Framework for .NET. This is an AWS-native framework that simplifies the development of .NET message-processing applications that use AWS services such as HAQM Simple Queue Service (HAQM SQS), HAQM Simple Notification Service (HAQM SNS), and HAQM EventBridge. The framework is designed […]

Using Python and HAQM SQS FIFO Queues to Preserve Message Sequencing

Thanks to Alexandre Pinhel, Solutions Architect from our team for writing this post! HAQM SQS is a managed message queuing service that makes it simple to decouple application components. We recently announced an entirely new queue type, SQS FIFO (first-in, first out) queues with exactly-once processing and deduplication. SQS FIFO queues are now available in […]