The FunctionHandler receives a s3Event and ILambdaContext as input parameters.
I create object of another class in the handler. What is the best way to access the ILambdaContext object in methods of other classes.
The FunctionHandler receives a s3Event and ILambdaContext as input parameters.
I create object of another class in the handler. What is the best way to access the ILambdaContext object in methods of other classes.