A mock DynamoDB that runs locally for testing purposes - DEPRECATED, PLEASE USE DYNAMODB LOCAL: https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/DynamoDBLocal.html
The .NET sample in the README can be improved. Currently it's creating and using RefreshingSessionAWSCredentials, which requires a service call. This isn't necessary and takes away from the whole mock approach. The access and secret keys can simply be passed to the AmazonDynamoDBClient constructor.
The .NET sample in the README can be improved. Currently it's creating and using RefreshingSessionAWSCredentials, which requires a service call. This isn't necessary and takes away from the whole mock approach. The access and secret keys can simply be passed to the AmazonDynamoDBClient constructor.