| Copyright | (c) Nike Inc. 2018 |
|---|---|
| License | BSD3 |
| Maintainer | nathan.fairhurst@nike.com, fernando.freire@nike.com |
| Stability | stable |
| Safe Haskell | None |
| Language | Haskell2010 |
AWS.Lambda.RuntimeClient
Description
Documentation
getNextEvent :: FromJSON a => Request -> IO (Response (Either JSONException a)) Source #
sendEventSuccess :: ToJSON a => Request -> ByteString -> a -> IO () Source #
sendEventError :: Request -> ByteString -> String -> IO () Source #