lambda-serverless-api
Advanced tools
Comparing version 11.2.1 to 11.2.2
@@ -5,2 +5,3 @@ /* load-hot */ | ||
import get from 'lodash.get'; | ||
import cloneDeep from 'lodash.clonedeep'; | ||
import { wrap as lambdaAsyncWrap } from 'lambda-async'; | ||
@@ -63,2 +64,3 @@ import { logger } from 'lambda-monitor-logger'; | ||
const eventRaw = cloneDeep(event); | ||
const kwargs = { | ||
@@ -77,3 +79,3 @@ request, | ||
assert(resp === null, 'Plugin before() should not return'); | ||
return handler(context.parsedParameters, context, event); | ||
return handler(context.parsedParameters, context, eventRaw); | ||
}, | ||
@@ -80,0 +82,0 @@ async (prevResp) => { |
@@ -41,3 +41,3 @@ { | ||
}, | ||
"version": "11.2.1", | ||
"version": "11.2.2", | ||
"scripts": { | ||
@@ -44,0 +44,0 @@ "clean": "rm -rf lib", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
102484
3004