Debugging .NET Lambda functions
When you are writing .NET Lambda functions in combination with, e.g. Step Functions, it might be useful to see what is happening inside your lambda function.
What you don’t get by default, is the input value that triggered your funct . . .