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

  • Microsoft Revamps Fledgling AutoGen Framework for Agentic AI

    Only at v0.4, Microsoft's AutoGen framework for agentic AI -- the hottest new trend in AI development -- has already undergone a complete revamp, going to an asynchronous, event-driven architecture.

  • IDE Irony: Coding Errors Cause 'Critical' Vulnerability in Visual Studio

    In a larger-than-normal Patch Tuesday, Microsoft warned of a "critical" vulnerability in Visual Studio that should be fixed immediately if automatic patching isn't enabled, ironically caused by coding errors.

  • Building Blazor Applications

    A trio of Blazor experts will conduct a full-day workshop for devs to learn everything about the tech a a March developer conference in Las Vegas keynoted by Microsoft execs and featuring many Microsoft devs.

  • Gradient Boosting Regression Using C#

    Dr. James McCaffrey from Microsoft Research presents a complete end-to-end demonstration of the gradient boosting regression technique, where the goal is to predict a single numeric value. Compared to existing library implementations of gradient boosting regression, a from-scratch implementation allows much easier customization and integration with other .NET systems.

  • Microsoft Execs to Tackle AI and Cloud in Dev Conference Keynotes

    AI unsurprisingly is all over keynotes that Microsoft execs will helm to kick off the Visual Studio Live! developer conference in Las Vegas, March 10-14, which the company described as "a must-attend event."

Subscribe on YouTube