C# AWS lambda context and other objects like DI container outside of FunctionHandler

Viewed 23

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.

0 Answers
Related