Blog Logo
TAGS

AWS Announces Native AOT Tooling Support for .NET Applications on AWS Lambda

Today, AWS announced the general availability of tooling support to build and deploy native AOT compiled .NET 7 applications on AWS Lambda. Native AOT allows .NET applications to be pre-compiled to a single binary, enabling faster application starts and reduced costs through faster initialization times and lower memory consumption. With this release, you can build and deploy .NET lambda functions using AWS Extensions for .NET CLI - Amazon Lambda Tools, from within Visual Studio using the AWS Toolkit for Visual Studio, or by using the AWS Serverless Application Model (SAM) CLI. Learn more about this exciting development in our Amazon Lambda Tools documentation, SAM CLI documentation, and blog post.