A distributed lock (mutex) implementation for AWS using DynamoDB.
Info
Version: | 4.0.1 |
Author(s): | Basisregisters Vlaanderen |
Last Update: | Friday, March 8, 2024 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/Informatievlaanderen/aws-distributed-mutex |
NuGet Url: | https://www.nuget.org/packages/Be.Vlaanderen.Basisregisters.Aws.DistributedMutex |
Install
Install-Package Be.Vlaanderen.Basisregisters.Aws.DistributedMutex
dotnet add package Be.Vlaanderen.Basisregisters.Aws.DistributedMutex
paket add Be.Vlaanderen.Basisregisters.Aws.DistributedMutex
Be.Vlaanderen.Basisregisters.Aws.DistributedMutex Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.Extensions.Logging(>= 5.0.0)
- AWSSDK.DynamoDBv2(>= 3.5.4.24)