Henrique Graca

Results 24 comments of Henrique Graca

I agree with running e2e tests as soon and as frequent as possible. I would opt for an approach that would run those tests before merging to main, but the...

Hi @blytheaw , thanks for opening an issue. We have an example of using the startup approach with Powertools, you can find it [here](https://github.com/aws-powertools/powertools-lambda-dotnet/tree/develop/examples/ServerlessApi). Let us know if that is...

Hi @kumaranbsundar @blytheaw , we want to support as many .NET programming models as we can including ASP.NET minimal apis. We will be discussing how we can achieve that in...

> 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...

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

> Have you tried to pass POCO instead of string in the Function Handlers input parameter (like in my example above )? > > ` public async Task FunctionHandlerAsync(Input request,...

> 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...

> dotnet-lambda-test-tool-8.0 Sent you an email. Have you deployed the Lambda function to AWS or are you running on the test tool only? Also make sure you are using version...

Hey @JDurstberger what version are you using? Is this for an AOT enabled application? The AOT version is still alpha, and I haven't tested yet with minimal apis AOT.