Issue
I have a requirment were i need to send out a report on daily basis, list of files landing in my s3 bucket by EOD.
Is there a way to do it ?
I tried inventory option but it creates file in another S3 bucket in same region.
Solution
we can do this by adding an s3 event notification on the bucket with an inventory report to trigger a lambda to generate a report - this helps.
Answered By - Digumurthy Answer Checked By - Candace Johnson (WPSolving Volunteer)