aws-lambda-create-request-response
Advanced tools
@@ -11,3 +11,3 @@ { | ||
], | ||
"version": "0.0.21", | ||
"version": "0.0.22", | ||
"main": "src/index.js", | ||
@@ -14,0 +14,0 @@ "repository": { |
@@ -7,3 +7,3 @@ 'use strict' | ||
module.exports = (event, callback) => { | ||
const base64Support = process.env.BINARY_SUPPORT !== 'no' | ||
const base64Support = process.env.BINARY_SUPPORT === 'yes' | ||
const response = { | ||
@@ -10,0 +10,0 @@ body: Buffer.from(''), |
25739
0