I am new to AWS. I have just developed a lambda function(Python) which print messages while executing. However I am not sure where I can watch the log printed out while the function is executing.
I found CloudWatch log in the function, but it seems that log is only available after function completed.
Hope you can help,
many thanks