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.
pushpay-labs/dynamodb-provisioner
Easily provision DynamoDB tables in a development environment by taking advantage of LocalStack
C#MIT