@bitblit/ratchet-aws 4.0.111-alpha → 4.0.112-alpha
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -309,7 +309,9 @@ export class DynamoRatchet {
|
|
|
309
309
|
}
|
|
310
310
|
Logger.debug('Created %d batches', batches.length);
|
|
311
311
|
for (let i = 0; i < batches.length; i++) {
|
|
312
|
-
|
|
312
|
+
if (batches.length > 1) {
|
|
313
|
+
Logger.info('Processing batch %d of %d', i + 1, batches.length);
|
|
314
|
+
}
|
|
313
315
|
const input = batches[i];
|
|
314
316
|
let tryCount = 1;
|
|
315
317
|
do {
|
|
@@ -452,7 +454,7 @@ export class DynamoRatchet {
|
|
|
452
454
|
await PromiseRatchet.wait(2000);
|
|
453
455
|
}
|
|
454
456
|
else if (err && err['code'] && err['code'] === 'ConditionalCheckFailedException') {
|
|
455
|
-
Logger.
|
|
457
|
+
Logger.debug('Failed to write %j due to null field failure');
|
|
456
458
|
rval = false;
|
|
457
459
|
}
|
|
458
460
|
else {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bitblit/ratchet-aws",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.112-alpha",
|
|
4
4
|
"description": "Common tools for use with AWS browser and node",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"type": "module",
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
},
|
|
58
58
|
"license": "Apache-2.0",
|
|
59
59
|
"dependencies": {
|
|
60
|
-
"@bitblit/ratchet-common": "4.0.
|
|
60
|
+
"@bitblit/ratchet-common": "4.0.112-alpha"
|
|
61
61
|
},
|
|
62
62
|
"optionalDependencies": {
|
|
63
63
|
"@aws-sdk/abort-controller": "3.310.0",
|
|
@@ -101,7 +101,7 @@
|
|
|
101
101
|
"@aws-sdk/smithy-client": "3.325.0",
|
|
102
102
|
"@aws-sdk/types": "3.310.0",
|
|
103
103
|
"@aws-sdk/util-waiter": "3.310.0",
|
|
104
|
-
"@bitblit/ratchet-common": "4.0.
|
|
104
|
+
"@bitblit/ratchet-common": "4.0.112-alpha",
|
|
105
105
|
"@types/aws-lambda": "8.10.115"
|
|
106
106
|
},
|
|
107
107
|
"peerDependenciesMeta": {
|
|
@@ -156,8 +156,8 @@
|
|
|
156
156
|
},
|
|
157
157
|
"resolutions": {},
|
|
158
158
|
"devDependencies": {
|
|
159
|
-
"@bitblit/ratchet-jest": "4.0.
|
|
160
|
-
"@bitblit/ratchet-node-only": "4.0.
|
|
159
|
+
"@bitblit/ratchet-jest": "4.0.112-alpha",
|
|
160
|
+
"@bitblit/ratchet-node-only": "4.0.112-alpha",
|
|
161
161
|
"aws-sdk-client-mock": "2.1.1"
|
|
162
162
|
}
|
|
163
163
|
}
|