You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In 8f0698f, the authorizer field was added to ApiGatewayRequestContext.
However, Lambdas doesn't always have an authorizer. We have a use case where we want to do the auth-checking inside the lambda itself, and because of this change we can't use this library.
Would it be OK to open a PR to make this field a Maybe?
The text was updated successfully, but these errors were encountered:
In 8f0698f, the
authorizer
field was added to ApiGatewayRequestContext.However, Lambdas doesn't always have an authorizer. We have a use case where we want to do the auth-checking inside the lambda itself, and because of this change we can't use this library.
Would it be OK to open a PR to make this field a Maybe?
The text was updated successfully, but these errors were encountered: