I am using using AWS SES to post an email from an s3 bucket to a method on my server. I have an SES rule set that writes said email to the bucket (which works), then there is a lambda function which posts to a function on my server. Here is the lambda function I am using (minus a few pieces of information). I am using using AWS SES to post an email from