Skip to content

Conversation

@psteinroe
Copy link
Owner

@psteinroe psteinroe commented Jan 7, 2026

Summary

  • Add SnsSink that publishes events to AWS SNS topics
  • Sends event.payload as JSON message
  • Supports dynamic topic ARN via event metadata

Configuration

sink:
  type: sns
  region: us-east-1
  topic_arn: arn:aws:sns:...  # optional default

Routing

Topic ARN is resolved from:

  1. topic field in event metadata
  2. Fallback to topic_arn config

@psteinroe psteinroe merged commit 63a0af0 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