| Copyright | (c) Nike Inc. 2018 |
|---|---|
| License | BSD3 |
| Maintainer | nathan.fairhurst@nike.com, fernando.freire@nike.com |
| Stability | stable |
| Safe Haskell | Safe-Inferred |
| 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 #