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 0561521 commit be80f19Copy full SHA for be80f19
lib/package/dynamodb/compileMethodsToDynamodb.js
@@ -272,11 +272,11 @@ module.exports = {
272
},
273
274
getDynamodbHashkeyFnSubValues(http) {
275
- const objectRangeKeyParam = this.getDynamodbObjectHashkeyParameter(http)
+ const objectHashKeyParam = this.getDynamodbObjectHashkeyParameter(http)
276
return {
277
- HashKey: objectRangeKeyParam.key,
278
- HashAttributeType: objectRangeKeyParam.attributeType,
279
- HashAttributeValue: objectRangeKeyParam.attributeValue
+ HashKey: objectHashKeyParam.key,
+ HashAttributeType: objectHashKeyParam.attributeType,
+ HashAttributeValue: objectHashKeyParam.attributeValue
280
}
281
282
0 commit comments