DynamoLock 1.0.1
DynamoLock is a client library for .Net Standard that implements a distributed lock manager on top of Amazon DynamoDB.
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
Install-Package DynamoLock -Version 1.0.1
dotnet add package DynamoLock --version 1.0.1
<PackageReference Include="DynamoLock" Version="1.0.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add DynamoLock --version 1.0.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: DynamoLock, 1.0.1"
#r directive can be used in F# Interactive, C# scripting and .NET Interactive. Copy this into the interactive tool or source code of the script to reference the package.
// Install DynamoLock as a Cake Addin
#addin nuget:?package=DynamoLock&version=1.0.1
// Install DynamoLock as a Cake Tool
#tool nuget:?package=DynamoLock&version=1.0.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Dependencies
-
.NETStandard 2.0
- AWSSDK.DynamoDBv2 (>= 3.3.16.3)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 2.2.0)
- Microsoft.Extensions.Logging.Abstractions (>= 2.2.0)
Used By
NuGet packages (1)
Showing the top 1 NuGet packages that depend on DynamoLock:
Package | Downloads |
---|---|
Kinescribe
Kinescribe is a .Net standard library for processing AWS Kinesis data streams.
It tracks the position in each shard of your stream in DynamoDB so you don't have to worry about it.
|
GitHub repositories
This package is not used by any popular GitHub repositories.