aws-lambda-haskell-runtime-2.0.3: Haskell runtime for AWS Lambda

Safe HaskellNone
LanguageHaskell2010

Aws.Lambda.Runtime

Synopsis

Documentation

runLambda :: RunCallback -> IO () Source #

Runs the user haskell_lambda executable and posts back the results. This is called from the layer's main function.

newtype LambdaResult Source #

Wrapper type to handle the result of the user

Constructors

LambdaResult String