Serverless Data Ingestion with Rust and AWS SES
2020-08-29In this post we will set up a simple, serverless data ingestion pipeline using Rust, AWS Lambda and AWS SES with Workmail.
We will handle multiple types of AWS events with one Lambda function, parse received emails with the mailparse crate, and send email with SES and the lettre crate.
The complete code for this example is available on GitHub here.