1 Answer
- Newest
- Most votes
- Most comments
0
I believe it is possible to store emails received by Amazon SES in S3.
This can be done using the methods described below.
https://repost.aws/knowledge-center/ses-receive-inbound-emails
Relevant content
asked 7 years ago
asked 3 years ago

Thank you for the response!
Ok, so it seems that works for storing all incoming emails. However, does this work for storing only email attachments or does the entire email have to be saved?
And if you cannot store email attachments directly, how would one pull the email attachments out of the S3 bucket object? This use case does not work for me unless I can programmatically send the attachments to Textract.
Save all e-mails to S3.
The following blog is in Japanese but matches what you want to do.
https://dev.classmethod.jp/articles/ses-get-attachfile-lambda/