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回答
2
承認された回答

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.

profile picture
エキスパート
回答済み 1年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ