Skip to content

Conversation

@psteinroe
Copy link
Owner

@psteinroe psteinroe commented Jan 7, 2026

Summary

  • Add SqsSink that sends events to AWS SQS queues
  • Sends event.payload as JSON message body
  • Supports dynamic queue URL and message attributes via event metadata

Configuration

sink:
  type: sqs
  region: us-east-1
  queue_url: https://sqs.../my-queue  # optional default

Routing

Queue URL is resolved from:

  1. queue_url field in event metadata
  2. Fallback to config value

@psteinroe psteinroe force-pushed the feat/sink-anysink-infrastructure branch from 80a1ebf to 9b72e54 Compare January 8, 2026 11:26
@psteinroe psteinroe changed the base branch from feat/sink-anysink-infrastructure to main January 8, 2026 13:21
@psteinroe psteinroe merged commit 3505dc7 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