dynamodb-raw
Advanced tools
Comparing version 1.1.8 to 1.1.9
@@ -133,2 +133,6 @@ 'use strict'; | ||
Scan.prototype.usingIndex = function (name) { | ||
this.request.IndexName = name; | ||
return this; | ||
}; | ||
@@ -135,0 +139,0 @@ Scan.prototype.filterExpression = function(expression) { |
{ | ||
"name": "dynamodb-raw", | ||
"version": "1.1.8", | ||
"version": "1.1.9", | ||
"contributors": [ | ||
@@ -5,0 +5,0 @@ "Ryan Fitzgerald <ryan@codebrewstudios.com>", |
@@ -9,2 +9,3 @@ | ||
* Add .sleepEach(millisecons) in scan and query. Use sleepEach() with limit() will effeciently reduce DynamoDB peak-time load. | ||
* Support scan.useIndex (2020/9/8) | ||
@@ -11,0 +12,0 @@ --- |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
324353
8358
1122