aws-lambda-haskell-runtime-1.1.0: src/Aws/Lambda/Runtime/Result.hs
module Aws.Lambda.Runtime.Result ( LambdaResult(..) ) where -- | Wrapper type to handle the result of the user newtype LambdaResult = LambdaResult String
module Aws.Lambda.Runtime.Result ( LambdaResult(..) ) where -- | Wrapper type to handle the result of the user newtype LambdaResult = LambdaResult String