EasyDynamo 1.1.6
EasyDynamo is a small library that helps developers to access and configure DynamoDB easier. 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.
Install-Package EasyDynamo -Version 1.1.6
dotnet add package EasyDynamo --version 1.1.6
<PackageReference Include="EasyDynamo" Version="1.1.6" />
paket add EasyDynamo --version 1.1.6
#r "nuget: EasyDynamo, 1.1.6"
EasyDynamo - fluent configuring and access for DynamoDB with code first aproach.
EasyDynamo is a small library built using .Net Core 2.1 that helps developers to access and configure DynamoDB easier. 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.
Installation:
You can install this library using NuGet into your project.
Install-Package EasyDynamo
See how to:
EasyDynamo - fluent configuring and access for DynamoDB with code first aproach.
EasyDynamo is a small library built using .Net Core 2.1 that helps developers to access and configure DynamoDB easier. 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.
Installation:
You can install this library using NuGet into your project.
Install-Package EasyDynamo
See how to:
Dependencies
-
.NETStandard 2.0
- 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)
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.