I have a Java Lambda (RequestStreamHandler
) that receives SES messages, but I'm having a tough time figuring-out where the "content"
is.
The record's eventSource
is aws:ses
, there is no "content"
attribute per the documentation. The simple text message
I've tried with & without SNS as the delivery, no difference.
I've also added an S3 rule to the Rule Set that is identical to the Lambda rule and S3 is receiving the entire message with content.
Thanks