Skip to content

src/dazzle_back/channels/ses_webhooks.py

Generated: 2026-03-30T04:38:45.749974+00:00

Commit: 615f1354a103

Language: python

Scope: dazzle_back

Purpose

SES bounce/complaint webhook handler via SNS notifications.

Handles: - SNS SubscriptionConfirmation (auto-confirms) - SES Bounce notifications - SES Complaint notifications - SES Delivery notifications

Key Exports

  • handle_sns_notification
  • register_ses_webhook
  • ses_webhook

Dependencies

Imports

  • json
  • logging
  • typing.Any
  • urllib.request
  • fastapi.Request
  • fastapi.responses.JSONResponse

Event Interactions

None detected.

Invariants and Assumptions

No invariants documented.

Tests

No related tests found.

Notes

This page was automatically generated by tools/gen_reference_docs.py.