Gets a document from DynamoDB by key.

C# |
public Document GetItem( IDictionary<string, DynamoDBEntry> key )

- key (IDictionary<(Of <(<'String, DynamoDBEntry>)>)>)
- Values that make up the key of the document.

Document from DynamoDB
C# |
public Document GetItem( IDictionary<string, DynamoDBEntry> key )