@felloh-org/lambda-wrapper 1.11.54 → 1.11.55

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.
@@ -180,6 +180,7 @@ class Request extends _dependencyAware.default {
180
180
  try {
181
181
  queryParameters = JSON.parse(event.body);
182
182
  } catch (error) {
183
+ console.log(error);
183
184
  queryParameters = {};
184
185
  }
185
186
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@felloh-org/lambda-wrapper",
3
- "version": "1.11.54",
3
+ "version": "1.11.55",
4
4
  "description": "Lambda wrapper for all Felloh Serverless Projects",
5
5
  "main": "dist/index.js",
6
6
  "engines": {