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

Safe HaskellNone
LanguageHaskell2010

Aws.Lambda.Runtime

Synopsis

Documentation

runLambda :: forall context. IO context -> RunCallback context -> IO () Source #

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

data LambdaResult Source #

Wrapper type to handle the result of the user

data DispatcherStrategy Source #

A strategy on how to generate the dispatcher functions

Instances
Lift DispatcherStrategy Source # 
Instance details

Defined in Aws.Lambda.Runtime.Common

newtype DispatcherOptions Source #

Options that the dispatcher generator expects

Instances
Lift DispatcherOptions Source # 
Instance details

Defined in Aws.Lambda.Runtime.Common

newtype ApiGatewayDispatcherOptions Source #

API Gateway specific dispatcher options

Constructors

ApiGatewayDispatcherOptions 

Fields