Maria Koseva

Results 7 comments of Maria Koseva

Hi @hjgraca I tried version 1.6.0-alpha and I hit a couple of issues on call of the lambda. First I am getting a `NullReferenceException` in PowertoolsLogger::ToDictionary(), because the value of...

Thank you for the fast response @hjgraca. Please find below a simple example ``` [assembly: LambdaGlobalProperties(GenerateMain = true)] [assembly: LambdaSerializer(typeof(SourceGeneratorLambdaJsonSerializer))] namespace SimpleLambdaWithAOT; public class Function { private readonly ILogger _logger;...

Thank you for the response. > You are using LambdaAnnotations correct? As far as I am aware I am using it correctly, it is working properly without the AOT part....

Hi @hjgraca, I tried your example above and it is working without an issue on my side as well. I also played out several scenarios and maybe the problem is...

The payload that I am sending is: ``` { "propertyOne": { "propertyOne": "test" } } ``` The tools for development are standard - Visual Studio 2022 with AWS Toolkit for...

Hi again @hjgraca, yes I was referring Powertools version 1.6.0-alpha. I have tried it locally and I deployed it as well (both ways the error was the same). There was...

thank you for your time @hjgraca, it is much appreciated