I have a python function which invokes an AWS lambda service. This function should be unit tested and I am trying to mock the lambda invocation using moto library.
Here i