mtesseract / nakadi-client

Haskell Client Library for the Nakadi Event Broker
Other
13 stars 9 forks source link

nakadi-client & AWS #64

Open mtesseract opened 6 years ago

mtesseract commented 6 years ago

It should be verified that the API of nakadi-client is compatible with that of amazonka.

amazonka uses a typeclass MonadAWS, nakadi-client will probably use a MonadNakadi — can they easily be used together?