Skip to content

Move attachment to S3

0

Is there any way to automatically move all WorkMail email attachments to S3 bucket and get their link of course.? If yes, how can I do that?

Thanks Regards

1 Answer
2
Accepted Answer

Hi,

I would look into associating a lambda to work mail: https://docs.aws.amazon.com/workmail/latest/adminguide/lambda.html.

Once an email is sent, the lambda should be triggered. The function would get the message and extract its attachments. Finally it would save them to S3.

Hope it helps.

EXPERT
answered 3 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.