@codegenie/serverless-express
Advanced tools
Comparing version 4.11.1 to 4.12.0
{ | ||
"name": "@codegenie/serverless-express", | ||
"version": "4.11.1", | ||
"version": "4.12.0", | ||
"description": "This library enables you to utilize AWS Lambda and Amazon API Gateway to respond to web and API requests using your existing Node.js application framework.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -1,3 +0,1 @@ | ||
const { emptyResponseMapper } = require('../utils') | ||
const getRequestValuesFromSqs = ({ event }) => { | ||
@@ -15,5 +13,7 @@ const method = 'POST' | ||
const getResponseToSqs = ({ body }) => JSON.parse(body) | ||
module.exports = { | ||
getRequest: getRequestValuesFromSqs, | ||
getResponse: emptyResponseMapper | ||
getResponse: getResponseToSqs | ||
} |
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
70276