rdupz

Results 1 issues of rdupz

https://github.com/dherault/serverless-offline/blob/0f7ec23c0995efc9a74928ce40194cf6b06a6c66/src/events/http/HttpServer.js#L308 This should be ``` if (!jwtSettings.authorizerName) { return null; } ``` so _configureAuthorization can be use instead of _configureJWTAuthorization. Reproducer: ``` service: myservice frameworkVersion: '3' provider: name: aws runtime:...