The Firehose connector provides the following Actions: * CreateDeliveryStream * DeleteDeliveryStream * ListDeliveryStreams * PutRecord * PutRecordBatch
The client APIs utilise the http4k-aws
module for request signing, which means no dependencies on the incredibly fat Amazon-SDK JARs. This means this integration is perfect for running Serverless Lambdas where binary size is a performance factor.
To start:
FakeFirehose().start()