
Event Mapping
Here’s how Edgee events map to S3 objects:Edgee event | S3 object | Description |
---|---|---|
Page | {bucket}/{prefix}{random-key}.json | Full JSON dump |
Track | {bucket}/{prefix}{random-key}.json | Full JSON dump |
User | {bucket}/{prefix}{random-key}.json | Full JSON dump |
Getting Started
To integrate Amazon S3 into your Edgee project:- Open the Edgee console and navigate to your project’s Components.
- Select “Add a component” and choose
edgee/amazon-s3
from the list of available components. - Enter your AWS credentials, region, bucket name, optional prefix, and click Save.
- Once the component has been configured, you are ready to send analysis events to S3.
Component Name
When configuring the component in your Edgee Data Layer or within SDK calls, useedgee/amazon-s3
as the component name: