mboudreau / Alternator

A mock DynamoDB that runs locally for testing purposes - DEPRECATED, PLEASE USE DYNAMODB LOCAL: https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/DynamoDBLocal.html
Apache License 2.0
78 stars 39 forks source link

.NET sample makes service calls #63

Closed PavelSafronov closed 11 years ago

PavelSafronov commented 11 years ago

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.

mboudreau commented 11 years ago

It's been pushed. Please check the README again and see if you think it's adequate.

Cheers.