Create a client for the Amazon DynamoDB service with the specified configuration

C# |
public static AmazonDynamoDB CreateAmazonDynamoDBv2Client( string awsAccessKey, string awsSecretAccessKey, AmazonDynamoDBConfig config )

- awsAccessKey (String)
- The AWS Access Key associated with the account
- awsSecretAccessKey (String)
- The AWS Secret Access Key associated with the account
- config (AmazonDynamoDBConfig)
- Configuration options for the service like HTTP Proxy, # of connections, etc

An Amazon DynamoDB client
