Zymergi.Messaging.Aws 11.0.6-alpha

This is a prerelease version of Zymergi.Messaging.Aws.
dotnet add package Zymergi.Messaging.Aws --version 11.0.6-alpha
                    
NuGet\Install-Package Zymergi.Messaging.Aws -Version 11.0.6-alpha
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Zymergi.Messaging.Aws" Version="11.0.6-alpha" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Zymergi.Messaging.Aws" Version="11.0.6-alpha" />
                    
Directory.Packages.props
<PackageReference Include="Zymergi.Messaging.Aws" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Zymergi.Messaging.Aws --version 11.0.6-alpha
                    
#r "nuget: Zymergi.Messaging.Aws, 11.0.6-alpha"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Zymergi.Messaging.Aws@11.0.6-alpha
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Zymergi.Messaging.Aws&version=11.0.6-alpha&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Zymergi.Messaging.Aws&version=11.0.6-alpha&prerelease
                    
Install as a Cake Tool

Zymergi.Messaging.Aws

AWS SQS implementation of the messaging contracts and Lambda event-handler interfaces for S3 and SQS triggers.

Depends on: Zymergi.Messaging, Zymergi.Storage.Aws

Why This Project Exists

Isolates all AWS SQS SDK dependencies and Lambda event-handling contracts into a single project. Application code depends on IAwsQueueService or the event-responder interfaces; the SQS transport details stay here.

Classes

Type Purpose
AwsQueueService IAwsQueueService implementation with SQS send, receive, delete, purge, and configurable visibility timeouts with long-polling
AwsQueueSetting Configuration class extending AwsBasicSetting with a named queue URL and AWS credentials

Interfaces

Type Purpose
IAwsQueueService Contract for SQS operations: PeekAsync, DequeueAsync, Enqueue, Remove, Purge, CountAsync
IS3EventResponder Contract for handling AWS S3 event notifications in a Lambda function
ISQSEventResponder Contract for handling AWS SQS Lambda events (batch of messages)
ISQSMessageResponder Contract for handling individual SQS messages within a Lambda invocation
Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
11.0.6-alpha 76 7/10/2026
11.0.5-alpha 64 7/9/2026
11.0.4-alpha 67 7/6/2026
11.0.3-alpha 63 7/6/2026
11.0.2-alpha 67 6/30/2026
11.0.1-alpha 71 6/30/2026
11.0.0-alpha 76 6/29/2026