I have created a Lambda and uploaded Python scripts along with the dependencies, I scheduled the Lambda to be executed three times a day, but I wanted to test it manually first so that I can have a look at the logs in CloudWatch, how can I do this?
I noticed that there is a 'Test' section but how can I configure this to tell Lambda to execute my script instead of using this 'hello world' test template, many thanks.

Test. Create some dummy test even if you don't need specif one, and press Test.