'Trigger AWS lambda function using input parameter from json file uploaded to S3

I am trying to upload the next json file to S3:

{"Project":"Project1", "Number_test_case":{ "Test1":"Yes","Test2":"No","Test3":"Yes"}, "Execution_time":"date_time"}

Normally, the date_time is going to have the next format :28022022_1100 means 28/02/2022 at 11 am I want to use this parameter to trigger a Lambda function is it possible via creating a rule ? or shall I modify the event paramter that I pass to my lambda handler ?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source