Skip to content

Conversation

@psteinroe
Copy link
Owner

@psteinroe psteinroe commented Jan 7, 2026

Summary

  • Add KinesisSink that publishes events to AWS Kinesis streams
  • Sends event.payload as JSON data blob
  • Supports dynamic stream name and partition key via event metadata

Configuration

sink:
  type: kinesis
  region: us-east-1
  stream_name: events  # optional default

Routing

Stream and partition key are resolved from:

  1. stream and partition_key fields in event metadata
  2. Fallback to config values

@psteinroe psteinroe merged commit cf3a3c8 into main Jan 13, 2026
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants