Debugging C# AWS Lambdas

While working on a client project, I was distressed by the fact that debugging the Lambda implementations was such a chore. In order to debug a lambda, we would write a custom test harness around the handler. The test harness would setup the environment variables and the event object. On execution, the lambda would thenContinue reading “Debugging C# AWS Lambdas”