Firehose Connector
The Firehose storage connector makes it possible to forward CloudEvents emitted by one or multiple middlewares in a pipeline to a user-defined Kinesis Firehose delivery stream. This connector allows to nicely decouple the processing of your documents with third-party applications that can consume processed documents from a delivery stream.
💁 This connector only forwards the CloudEvents emitted by middlewares to the delivery stream, and not the documents themselves.
⏳ Buffering Documents
To use the Firehose storage connector, you import it in your CDK stack, and connect it to a data source providing documents.
🏗️ Architecture
This middleware makes use of the native integration between the SNS output topics of source middlewares with Kinesis Firehose to forward messages to a delivery stream, without relying on any additional compute resources.
🏷️ Properties
Supported Inputs
Mime Type | Description |
---|---|
*/* | This middleware supports any type of documents. |
Supported Outputs
This middleware does not emit any output.
Supported Compute Types
Type | Description |
---|---|
CPU | This middleware only supports CPU compute. |
📖 Examples
- Storage Connector Pipeline - Builds a pipeline connected to other AWS services.