I am running a .net 6 lambda and when trying to use the Lambda TestTool it s throwing an unhandled exception in Amazon.Lambda.TestTool.LocalLambdaOptions.GetPreferenceDirectory(bool createIfNotExist) in LocalLambdaOptions.cs, line 66
NullReferenceException: Object reference not set to an instance of an object.
Amazon.Lambda.TestTool.LocalLambdaOptions.GetPreferenceDirectory(bool createIfNotExist) in LocalLambdaOptions.cs
Amazon.Lambda.TestTool.BlazorTester.Pages.Index.OnInitialized() in Index.razor
Microsoft.AspNetCore.Components.ComponentBase.RunInitAndSetParametersAsync()
It s using the 0.13.1 version of the TestTool. Any ideas?
I used the Lambda Empty Function and I have no launchsettings.json file.