Hacker News new | ask | show | jobs
by karerckor 59 days ago
Out of curiosity — what's the inbound email pipeline behind this? AWS SES + Lambda or something custom? Asking because I've been weighing the same options for a side project and the trade-offs aren't obvious.
1 comments

I’m using Cloudflare Email Routing with a catch-all address that triggers a Worker. The Worker parses the email and stores the attachments in R2.

Pretty simple setup, but it works well for this use case