ramji

ramji

  • NA
  • 38
  • 4.9k

.net with Amazon Dynamodb

Nov 4 2015 3:14 AM
1,I tried to  insert some values in table present in  Amazon dynamo db from .NET.
2,For that I installed AWS SDK.It is installed properly.
 
But the below name space is not listing.
 
using Amazon.DynamoDB;

Dynamodb is not coming.