Amazon Web Services has announced that AWS Lambda now supports creating serverless applications using .NET 10. With this update, developers can use .NET 10 both as a managed runtime and as a container-based image when building and running Lambda functions.
AWS stated that updates to the managed runtime and base images will be applied automatically as new versions become available, reducing the need for manual maintenance by development teams.
.NET 10 is the latest long-term support release of the .NET platform and is expected to receive security updates and bug fixes until November 2028. By making .NET 10 available on AWS Lambda, AWS is giving developers access to the latest platform features in a serverless environment. This includes support for file-based applications, which are designed to simplify application structure and development workflows.
The release also adds support for Lambda Managed Instances. This capability allows Lambda functions to run on Amazon EC2…
https://www.infoq.com/news/2026/01/dotnet-10-available-for-aws/