.NET Standard package that implements the Repository pattern for DynamoDB tables.
Info
Version: | 0.1.5 |
Author(s): | Brad Irby |
Last Update: | Thursday, August 2, 2018 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/bradirby/DynamoDB.Repository |
NuGet Url: | https://www.nuget.org/packages/DynamoDB.Repository |
Install
Install-Package DynamoDB.Repository
dotnet add package DynamoDB.Repository
paket add DynamoDB.Repository
DynamoDB.Repository Download (Unzip the "nupkg" after downloading)
Dependencies
- AWSSDK.Core(>= 3.3.24.4)
- AWSSDK.DynamoDBv2(>= 3.3.11)
- Newtonsoft.Json(>= 11.0.2)
- System.Collections(>= 4.3.0)
Tags