News

Serverless ASP.NET Core Service on AWS Cloud Updated

Amazon Web Services has updated its serverless functionality for ASP.NET Core projects, the popular new direction for Microsoft Web programming.

ASP.NET Core is the Web offering for the "core" initiatives that take the traditional, aging Windows-based .NET Framework to the new-age world of openness, cross-platform functionality and modularity.

Microsoft recently shipped the second previews of ASP.NET Core 3 and .NET Core 3, with the former continuing work on the Razor Components project that bakes server-side Blazor components into the framework that enables Web projects using C# instead of only JavaScript.

Now the Amazon cloud has beefed up the ASP.NET Core functionality of another server-side offering, its AWS Lambda service that lets developers provide code functions that are fired off -- typically in response to events -- without the need to provision and manage server resources.

Specifically, AWS recently highlighted an update to its NuGet package that lets cloud developers run an ASP.NET Core application as a serverless function.

"Today we have released version 3.0 of the Amazon.Lambda.AspNetCoreServer package," AWS said in a Feb. 7 blog post. "This version adds support for Application Load Balancers and takes advantage of the new multivalue support that API Gateway provides.

"Now with version 3.0 of Amazon.Lambda.AspNetCoreServer you can use either API Gateway or an Application Load Balancer to expose your serverless ASP.NET Core applications."

The post also details other new functionality, such as:

  • Elastic Load Balancing recently added support for routing requests from an Application Load Balancer to AWS Lambda functions.
  • Amazon API Gateway updated the requests and responses sent to Lambda functions to include multivalue support for headers and query string parameters.
  • The event objects for API Gateway that the Amazon.Lambda.APIGatewayEvents NuGet package provides have been updated, and AWS released a new Amazon.Lambda.ApplicationLoadBalancerEvents package for requests coming from an Application Load Balancer.

The source code for Amazon.Lambda.AspNetCoreServer is available on GitHub, along with AWS Lambda for .NET Core.

About the Author

David Ramel is an editor and writer at Converge 360.

comments powered by Disqus

Featured

  • Mastering Blazor Authentication and Authorization

    At the Visual Studio Live! @ Microsoft HQ developer conference set for August, Rockford Lhotka will explain the ins and outs of authentication across Blazor Server, WebAssembly, and .NET MAUI Hybrid apps, and show how to use identity and claims to customize application behavior through fine-grained authorization.

  • Linear Support Vector Regression from Scratch Using C# with Evolutionary Training

    Dr. James McCaffrey from Microsoft Research presents a complete end-to-end demonstration of the linear support vector regression (linear SVR) technique, where the goal is to predict a single numeric value. A linear SVR model uses an unusual error/loss function and cannot be trained using standard simple techniques, and so evolutionary optimization training is used.

  • Low-Code Report Says AI Will Enhance, Not Replace DIY Dev Tools

    Along with replacing software developers and possibly killing humanity, advanced AI is seen by many as a death knell for the do-it-yourself, low-code/no-code tooling industry, but a new report belies that notion.

  • Vibe Coding with Latest Visual Studio Preview

    Microsoft's latest Visual Studio preview facilitates "vibe coding," where developers mainly use GitHub Copilot AI to do all the programming in accordance with spoken or typed instructions.

  • Steve Sanderson Previews AI App Dev: Small Models, Agents and a Blazor Voice Assistant

    Blazor creator Steve Sanderson presented a keynote at the recent NDC London 2025 conference where he previewed the future of .NET application development with smaller AI models and autonomous agents, along with showcasing a new Blazor voice assistant project demonstrating cutting-edge functionality.

Subscribe on YouTube