Norm Johanson

Results 184 comments of Norm Johanson
trafficstars

@dguisinger Is there a sample project you can share that demonstrates this behavior?

@dguisinger I'm assuming this is an ASP .NET Core based Lambda function. Would be possible to share, at least a redacted version, of the startup code for the function? Like...

Thanks for all of this data @chrisoverzero. I'll do some investigation to see what I can find.

This issue was most likely due to the the Amazon Linux 2023 using OpenSSL 3.0. We found a performance regression in OpenSSL 3.0 and .NET which caused the cert store...

You can see the tweak we ended up doing was just set the `SSL_CERT_FILE` to non existing file outside of the usual cert directory to avoid cert double load. So...

@ewindsor31 Do you mean besides deploying a function as a container image? The Lambda team is very conservative about what native dependencies to install in the managed runtime for security...

I'm happy to try and find some time to help solve the container issues. I just wanted to level set that I have limited influence on what is installed in...

Hi @Simonl9l I didn't add the JsonSerializationContext into the event packages because outside of AOT/Trimming this would increase the size of the assemblies if users weren't using the source generator....

This is a limitations with container based Lambda functions. For zip based Lambda functions the Lambda environment is given a special endpoint to send the logs to and we can...

Lambda has no plans to change how containers are run to provide access to the separate telemetry API. Once we get structured logging support in place for .NET that will...