@felloh-org/lambda-wrapper 1.11.55 → 1.11.56

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -176,6 +176,8 @@ class Request extends _dependencyAware.default {
176
176
  queryParameters = _querystring.default.parse(event.body);
177
177
  }
178
178
 
179
+ console.log(typeof event.body);
180
+
179
181
  if (contentType.includes('application/json')) {
180
182
  try {
181
183
  queryParameters = JSON.parse(event.body);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@felloh-org/lambda-wrapper",
3
- "version": "1.11.55",
3
+ "version": "1.11.56",
4
4
  "description": "Lambda wrapper for all Felloh Serverless Projects",
5
5
  "main": "dist/index.js",
6
6
  "engines": {