Posts Tagged ".NET"

AOT compilation for faster .NET Lambda

This post explores using AOT compilation features of .NET to improve performance for AWS Lambda functions. Find a template to use yourself inside as well!

On Cookies and the .NET HttpClient

I hope you never have to experience this, but in case you... Here's how you can use cookies to communicate in a server to server set up - but ONLY if you absolutely must!