We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 508aafd commit 9fe6456Copy full SHA for 9fe6456
src/api/Elastic.Documentation.Api.Lambda/Program.cs
@@ -48,7 +48,7 @@
48
process.Refresh();
49
Console.WriteLine($"Elastic OTel configured. Memory: {process.WorkingSet64 / 1024 / 1024} MB");
50
51
- _ = builder.Services.AddAWSLambdaHosting(LambdaEventSource.HttpApi);
+ _ = builder.Services.AddAWSLambdaHosting(LambdaEventSource.HttpApi, new SourceGeneratorLambdaJsonSerializer<LambdaJsonSerializerContext>());
52
53
Console.WriteLine($"AWS Lambda hosting configured. Memory: {process.WorkingSet64 / 1024 / 1024} MB");
54
0 commit comments