This is more of a documentation request... I have most of my AWS running in California (us-west-1). So I created the lambda and followed the instructions until I got to the section on email receiving rules. The SES > Configuration > Email Receiving option wasn't there. Email receiving is only supported in three regions:
https://docs.aws.amazon.com/ses/latest/dg/regions.html#region-endpoints
The lambda has to exist in the same region to be used in an email rule, so I had to move it over.
This is more of a documentation request... I have most of my AWS running in California (us-west-1). So I created the lambda and followed the instructions until I got to the section on email receiving rules. The SES > Configuration > Email Receiving option wasn't there. Email receiving is only supported in three regions:
https://docs.aws.amazon.com/ses/latest/dg/regions.html#region-endpoints
The lambda has to exist in the same region to be used in an email rule, so I had to move it over.