/dynamodb-provisioner

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

Primary LanguageC#MIT LicenseMIT

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.