I am currently working on a project that is using event-based architecture. I created a lambda function that takes parameters from lambda event and processes it according to logic. We are using a eventbridge to trigger the lambda function daily on a fixed schedule. I wanted to pass this .json file from s3 to eventbridge and that eventbridge should send it to AWS lambda. Any solutions? (I wanted to pass params dynamically by reading .json file)