A small library that helps ASP.NET Core applications easily consume messages from a SQS queue.
Info
Version: | 2.0.1 |
Author(s): | Alexey Bogdan |
Last Update: | Tuesday, January 17, 2023 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://www.nuget.org/packages/SqsPoller/ |
NuGet Url: | https://www.nuget.org/packages/SqsPoller |
Install
Install-Package SqsPoller
dotnet add package SqsPoller
paket add SqsPoller
SqsPoller Download (Unzip the "nupkg" after downloading)
Dependencies
- AWSSDK.SQS(>= 3.3.102.99)
- Microsoft.Extensions.DependencyInjection.Abstractions(>= 3.1.3)
- Microsoft.Extensions.Hosting(>= 3.1.3)
- Newtonsoft.Json(>= 12.0.3)