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.
APIGatewayHandlerandALBHandlerare very handy handlers. I'm wondering if we could write more custom handlers using the low levelStandaloneLambdaHandler?Had a quick look at the source code it seems impossible right now. These three handlers are constructers of
Handlertype. PerhapsHandlershould be a typeclass.