We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5772ba8 commit 5e6846bCopy full SHA for 5e6846b
lib/utils.js
@@ -41,8 +41,7 @@ module.exports.keyTypeError = field => {
41
+ `Valid types for partitionKey and sortKey are 'string','number' and 'binary'`)
42
}
43
44
-
45
-// Transform atribute values
+// Transform attribute values
46
module.exports.transformAttr = (mapping,value,data) => {
47
value = mapping.transform ? mapping.transform(value,data) : value
48
return mapping.prefix || mapping.suffix ?
0 commit comments