@felloh-org/lambda-wrapper 1.1.49 → 1.1.50

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.
@@ -51,7 +51,7 @@ class User extends _dependencyAware.default {
51
51
  });
52
52
  }
53
53
 
54
- return this.di.getEvent().requestContext.authorizer.user;
54
+ return JSON.parse(this.di.getEvent().requestContext.authorizer.user);
55
55
  }
56
56
 
57
57
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@felloh-org/lambda-wrapper",
3
- "version": "1.1.49",
3
+ "version": "1.1.50",
4
4
  "description": "Lambda wrapper for all Felloh Serverless Projects",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {