-- Hoogle documentation, generated by Haddock -- See Hoogle, http://www.haskell.org/hoogle/ -- | Run wai applications on AWS Lambda -- -- Please see the README on GitHub at -- https://github.com/eir-forsakring/aws-lambda-haskell-runtime-wai#readme @package aws-lambda-haskell-runtime-wai @version 1.0.2 module Aws.Lambda.Wai waiHandler :: forall context. IO Application -> WaiHandler context waiHandler' :: forall context. (context -> Application) -> WaiHandler context type WaiHandler context = ApiGatewayRequest Text -> Context context -> IO (Either (ApiGatewayResponse Text) (ApiGatewayResponse Text))