英文:
Simplest way to receive email to a lambda - AWS Simple Email
问题
我是新手使用SES,本以为设置会很快,但看起来比预期复杂一些。我还需要通过客户进行操作,所以在提出任何请求之前,我想确保我了解我的选项。
所以我有一个客户在Outlook中设置了一个电子邮件邮箱,地址是dev@clientdomain.com。我希望将发送到这个邮箱的邮件发送到一个用于处理的Lambda函数,所以我考虑使用SES。我是否需要像发送邮件一样进行相同的设置?也就是说,我是否需要验证域标识,还是可以只验证电子邮件?我是否需要要求客户在他们的域上发布MX记录?
说实话,我希望我只需在AWS中设置与Lambda相关联的某个电子邮件地址,然后让客户将邮件转发到这个地址。AWS中是否没有像这样简单的方法?我可以按照这个方式发送客户电子邮件,但如何以最简单的方式接收电子邮件并使用Lambda解析它呢?
英文:
I am new to SES and thought it would be a quick setup but its looking a bit more involved than expected. I also have to go through a client so I want to make sure I understand my options before I make any requests.
So I have a client who has set up an email mailbox in outlook, dev@clientdomain.com. I want to have emails sent to this go into a lambda for processing, so I was looking at SES. Do I need to go through the same setup as if I was going to be sending emails? That is do I need to verify a domain identity or can I get away with verifying just an email? Do I need to ask the client to publish an MX record on their domain?
Tbh I was hoping I could just some email address in AWS that is linked to a lambda, and then have the client email forward to this. Is there nothing straight forward like this in AWS? I am able to send emails with the client email following this, but how can I receive an email and parse it with a lambda the easiest way?
答案1
得分: 0
AWS Workmail 提供了这种功能(托管测试域上的电子邮件路由到所选择的 Lambda)。
英文:
AWS Workmail offers exactly this functionality (email on hosted test domain that routes to lambda of choice)
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论