Hosting a .NET 6 Minimal API in AWS Lambda
The .NET 6 runtime for AWS Lambda is here! With it comes many new features such as an improved ILambdaLogger, support for C# 10, top-level statements and many more. But one new cool feature, originall...
Concerned about Serverless Lock-in? Consider Patterns!
Design patterns provide a technology-neutral vocabulary to describe common solutions and design trade-offs for developing software. Despite rapid technology evolution, many design patterns pass the te...
AWS Lambda with .NET 6 - Getting Started with Serverless Computing
Learn how to use AWS Lambda with .NET 6 for serverless computing, and deploy the serverless function to AWS. This article covers the use cases of AWS Lambda, installing the extensions and CLI template...