rastreus / dynamodb-provisioner

Easily provision DynamoDB‎ tables in a development environment by taking advantage of LocalStack

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dynamodb-provisioner

DynamoDB provisioner is a .NET library that helps you create DynamoDB tables very easily with minimum setup. The library leverages .NET attributes to map all tables names, indexes and other criteria. This makes the development story much easier when working with DynamoDB, and removes a lot of boilerplate code.

About

Easily provision DynamoDB‎ tables in a development environment by taking advantage of LocalStack

License:MIT License


Languages

Language:C# 98.6%Language:Shell 1.4%