Copyright | (c) Nike Inc. 2018 |
---|---|
License | BSD3 |
Maintainer | [email protected], [email protected] |
Stability | stable |
Safe Haskell | None |
Language | Haskell2010 |
AWS.Lambda.RuntimeClient
Description
Documentation
data RuntimeClientConfig Source #
getNextEvent :: RuntimeClientConfig -> IO (Response Value) Source #
sendEventSuccess :: ToJSON a => RuntimeClientConfig -> ByteString -> a -> IO () Source #
sendEventError :: RuntimeClientConfig -> ByteString -> String -> IO () Source #