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
APIGatewayHandler and ALBHandler are very handy handlers. I'm wondering if we could write more custom handlers using the low level StandaloneLambdaHandler?
Had a quick look at the source code it seems impossible right now. These three handlers are constructers of Handler type. Perhaps Handler should be a typeclass.