this is just wat i need im tring to do somthing like this but trought aws alarms and its almost imposible to carry the log datro to the lambda but with this is so much easy ty men
Great tutorial. Looking for a more practical implementation of this solution when you have 100+ Cloudwatch logs you're trying to monitor for Errors. Even using CDK or yaml, it seems inefficient to list 100+ Cloudwatch log triggers on the "error handler lambda". Have you experimented with Eventbridge or similar to filter the pattern, so you can capture *all* your Cloudwatch logs?
Hi Anand, Thanks for stopping by. I do not provide any exclusive content via Membership. Membership is one of the ways to support my work. The content is available to everyone without any paywall. If you found my content helpful then please like, share & subscribe :)
go to sns topic, add subscription and add your emails there. If you want to send error information/alert to multiple emails, you can write a custom lambda which sends email to multiple emails at once.
this is just wat i need im tring to do somthing like this but trought aws alarms and its almost imposible to carry the log datro to the lambda but with this is so much easy ty men
Hey! I'm trying to print the error message from cloud watch logs in my jupyter notebook. How can I do this?
Nice video, but why do we need Error handler lambda, instead could we use Alarm with filter pattern, to send to SNS
Excellent tutorial! Thank you very much.
Glad it was helpful, Rolucic! Please like, share & subscribe :)
Great tutorial. Looking for a more practical implementation of this solution when you have 100+ Cloudwatch logs you're trying to monitor for Errors. Even using CDK or yaml, it seems inefficient to list 100+ Cloudwatch log triggers on the "error handler lambda". Have you experimented with Eventbridge or similar to filter the pattern, so you can capture *all* your Cloudwatch logs?
00900
111iopsa
You can use kinesis data streams for it i have used it to monitor logs more than 350+
Thanks, very helpful
Glad it was helpful! Please like, share & subscribe :)
If i Join your membership
will I give members only videos as well...
Hi Anand,
Thanks for stopping by.
I do not provide any exclusive content via Membership. Membership is one of the ways to support my work. The content is available to everyone without any paywall.
If you found my content helpful then please like, share & subscribe :)
How We can set multiple emails in SNS to receive error emails? for example a group of emails
go to sns topic, add subscription and add your emails there. If you want to send error information/alert to multiple emails, you can write a custom lambda which sends email to multiple emails at once.
qaws