How to get the latest cloudwatch log stream URL using Python Lambda? – Amazon web services
I'm deploying some lambda functions and at the end, I need to print the complete URL of the latest CloudWatch log stream. So that other users can view the log directly by clicking the URL. I've tried the below, but…