I am trying to develop an solution where, I send an email to AWS and based on that, I want to trigger a Lambda function that will
How should this be achieved
I am trying to develop an solution where, I send an email to AWS and based on that, I want to trigger a Lambda function that will
How should this be achieved
From Sample incoming email event - Amazon Simple Email Service:
There are two ways to send incoming email events to a Lambda function. The first method is to use a Lambda action in your receipt rule to send the event record directly to the function. The second method is to use an Amazon SNS action in your receipt rule to send the event records to Amazon SNS, and then add the Lambda function as a subscribing endpoint to the Amazon SNS topic.