Info
Version: | 1.1.6 |
Author(s): | Mihail Sotirov |
Last Update: | Sunday, December 29, 2019 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/msotiroff/EasyDynamo/tree/master/src |
NuGet Url: | https://www.nuget.org/packages/EasyDynamo |
Install
Install-Package EasyDynamo
dotnet add package EasyDynamo
paket add EasyDynamo
EasyDynamo Download (Unzip the "nupkg" after downloading)
Dependencies
- AWSSDK.DynamoDBv2(>= 3.3.14.17)
- AWSSDK.Extensions.NETCore.Setup(>= 3.3.6)
- Microsoft.Extensions.DependencyInjection(>= 2.1.0)
- Newtonsoft.Json(>= 12.0.1)
- System.ComponentModel.Annotations(>= 4.3.0)
Tags
Different configurations can be applied for different environments (development, staging, production) as well as using a local dynamo instance for non production environment. Supports creating dynamo tables correspondings to your models using code first aproach.