diff --git a/lib/Item.js b/lib/Item.js index 4b1053a..964ab22 100644 --- a/lib/Item.js +++ b/lib/Item.js @@ -42,7 +42,9 @@ Item.prototype = { TableName: this.TableName, Key: this.Key } - + + if (this.AttributesToGet) data.AttributesToGet = this.AttributesToGet + if (opts.consistent) data.ConsistentRead = true this.database.request(