Find it on GitHub: /edgee-cloud/amazon-data-firehose-component

Amazon Data Firehose allows you to reliably ingest, transform, and stream data into data lakes, warehouses, and analytics services on Amazon Web Services.

Event Mapping

Here’s how Edgee events map to Amplitude events:

Edgee eventFirehose recordDescription
Pagefull-event.jsonFull JSON dump
Trackfull-event.jsonFull JSON dump
Userfull-event.jsonFull JSON dump

Getting Started

To integrate Amazon Data Firehose into your Edgee project:

  1. Open the Edgee console and navigate to your project’s Data Collection service.
  2. Select “Add Component” and choose “Amazon Data Firehose” from the list of available components.
  3. Enter your AWS credentials, region, stream name, and click Save.
  4. Once the component has been configured, you are ready to send analysis events to Firehose.

Component Name

When configuring the component in your Edgee Data Layer or within SDK calls, use edgee/amazon-data-firehose as the component name:

{
  "components": {
    "edgee/amazon-data-firehose": true
  }
}

For more details on Amazon Data Firehose implementation, refer to the official Firehose PutRecord documentation.