We recently setup AWS SES at Inato and I had issues getting information about bounced emails. As i figured out how to do it, I ended up writing a complete guide on how to store the notifications provided by AWS (for bounced, complaint and delivery notifications) in an S3 bucket, using SNS and lambda. You can follow this guide to store the notifications anywhere you need, only the lambda's code has to be updated.
Find the article here: https://medium.com/inato/store-your-bounced-email-notifications-from-aws-simple-email-service-ses-in-an-s3-bucket-c47c1b05ed93
Hope it helps!