Found 8 packages
AWS EventBridge Scheduler integration for Paramore.Brighter Command Processor (AWS SDK v4). Provides message scheduling capabilities using Amazon EventBridge Scheduler for delayed message delivery and recurring tasks.
AWS S3 transformers for Paramore.Brighter Command Processor (AWS SDK v4). Provides claim check pattern implementation using Amazon S3 v4 SDK for storing large message payloads separately from message metadata (luggage store pattern).
* Allows you to Subscribe to a queue instead of polling it in a busy loop. That is, you provide a delegate function in “Subscribe” method and this callback will be invoked every time a new message is added to the queue. This library will also handle serialization and deserialization for your objects that you put in the queue. * Also, optionally, would automatically delete messages from the queue once they processed successfully, which is not done by the AWS SDK library. * It creates a new queue either in Send or in Subscribe if the queue with the given name doesn’t exist yet under your account on AWS. Small and Simple. Requires AWSSDK.SQS, Newtonsof.Json and log4net.
Amazon DynamoDB v4 provider for Paramore.Brighter Command Processor. Enables storing and retrieving commands, events, and outbox patterns using DynamoDB v4 SDK as the persistence layer.
Amazon DynamoDB v4 inbox provider for Paramore.Brighter Command Processor. Enables inbox pattern implementation for idempotent command and event handling using DynamoDB v4 SDK as the persistence layer.
Amazon SQS messaging gateway implementation for Paramore.Brighter Command Processor (AWS SDK v4). Provides decoupled message transport using Amazon Simple Queue Service with support for SNS notifications and AWS security integration.
DynamoDB v4 outbox implementation for Paramore.Brighter Command Processor. Provides reliable message publishing with outbox pattern using Amazon DynamoDB v4 SDK for transactional consistency and guaranteed delivery.
DynamoDB v4 distributed locking provider for Paramore.Brighter Command Processor. Provides distributed lock implementation using Amazon DynamoDB v4 SDK for coordinating concurrent operations across multiple instances.