Type Alias HandlerEffect

HandlerEffect: Effect.Effect<APIGatewayProxyResult, never, APIGatewayProxyEvent | HandlerContext>

Utility type can be useful when you are composing with applyMiddleware for example.