Serverless Email Ingestion & Relay Pipeline
SES Inbound/Outbound • S3 • SQSEnd-to-end email flow with SES rulesets, S3 storage, Lambda processing, and reliable fan-out via SQS plus observability baked in.
- SES inbound delivers to S3 prefix; S3 event triggers Lambda to parse metadata and push work messages onto SQS while fetching raw content for processing.
- Lambda workers pull from SQS, perform enrichment/operations, and send SES outbound responses; OTEL collector layer streams traces to X-Ray and metrics/logs to CloudWatch.
- CloudWatch alarms for delivery failures/DLQ depth; at-rest encryption and least-privilege IAM across buckets, queues, and functions.