Reputation: 155
I have a program that uploads files to S3 every 5 minutes. I need to monitor it. So I want to check every 10 minutes what is the time of the last file uploaded and if it more than X minutes sends an alert (email) about it. I understand that I need to use CloudWatch and Lambda. But I don't know how to do it. Any help, please.
Upvotes: 0
Views: 491
Reputation: 21510
The following AWS products should help you build this:
Solution outline:
Important:
Upvotes: 1