| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Aws.Lambda.Runtime
Synopsis
- runLambda :: RunCallback -> IO ()
- newtype LambdaResult = LambdaResult String
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 |