@middy/dynamodb
Advanced tools
Comparing version 4.6.1 to 4.6.2
@@ -21,2 +21,3 @@ import { canPrefetch, createPrefetchClient, createClient, getCache, getInternal, processCache, modifyCache } from '@middy/util'; | ||
}; | ||
// force marshall of Key during cold start | ||
for(const internalKey in options.fetchData){ | ||
@@ -23,0 +24,0 @@ options.fetchData[internalKey].Key = marshall(options.fetchData[internalKey].Key); |
{ | ||
"name": "@middy/dynamodb", | ||
"version": "4.6.1", | ||
"version": "4.6.2", | ||
"description": "DynamoDB middleware for the middy framework", | ||
@@ -67,3 +67,3 @@ "type": "module", | ||
"dependencies": { | ||
"@middy/util": "4.6.1" | ||
"@middy/util": "4.6.2" | ||
}, | ||
@@ -73,7 +73,7 @@ "devDependencies": { | ||
"@aws-sdk/util-dynamodb": "^3.245.0", | ||
"@middy/core": "4.6.1", | ||
"@middy/core": "4.6.2", | ||
"@types/aws-lambda": "^8.10.101", | ||
"aws-xray-sdk": "^3.3.3" | ||
}, | ||
"gitHead": "253ed0e4ca95623decbade03938a07d837a1eba2" | ||
"gitHead": "8b03a01abf5a9c08231ec5ced775e87f8be8f67d" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
13669
219
+ Added@middy/util@4.6.2(transitive)
- Removed@middy/util@4.6.1(transitive)
Updated@middy/util@4.6.2