DynamoLock is a client library for .Net Standard that implements a distributed lock manager on top of Amazon DynamoDB.
Info
| Version: | 1.0.2 |
| Author(s): | Daniel Gerlag |
| Last Update: | Tuesday, January 22, 2019 |
| .NET Fiddle: | Create the first Fiddle |
| Project Url: | https://github.com/danielgerlag/DynamoLock |
| NuGet Url: | https://www.nuget.org/packages/DynamoLock |
Install
Install-Package DynamoLock
dotnet add package DynamoLock
paket add DynamoLock
DynamoLock Download (Unzip the "nupkg" after downloading)
Dependencies
- AWSSDK.DynamoDBv2(>= 3.3.16.3)
- Microsoft.Extensions.DependencyInjection.Abstractions(>= 2.2.0)
- Microsoft.Extensions.Logging.Abstractions(>= 2.2.0)
Tags