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_notificationregister_ses_webhookses_webhook
Dependencies¶
Imports¶
jsonloggingtyping.Anyurllib.requestfastapi.Requestfastapi.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.