inlaweb-lib-dynamodb 1.0.10 → 1.0.11
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.
- package/index.js +3 -1
- package/package.json +1 -1
- package/readme.MD +0 -0
package/index.js
CHANGED
|
@@ -15,7 +15,9 @@ const templatesUpdateExpresion = {
|
|
|
15
15
|
};
|
|
16
16
|
class DynamoLib {
|
|
17
17
|
constructor() {
|
|
18
|
-
this.client = new client_dynamodb_1.DynamoDBClient({
|
|
18
|
+
this.client = new client_dynamodb_1.DynamoDBClient({
|
|
19
|
+
customUserAgent: 'inlaweb-dynamodb-lib',
|
|
20
|
+
});
|
|
19
21
|
this.docClient = lib_dynamodb_1.DynamoDBDocumentClient.from(this.client);
|
|
20
22
|
this.logger = new logger_1.Logger();
|
|
21
23
|
}
|
package/package.json
CHANGED
package/readme.MD
CHANGED
|
File without changes
|