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

  • Compare New GitHub Copilot Free Plan for Visual Studio/VS Code to Paid Plans

    The free plan restricts the number of completions, chat requests and access to AI models, being suitable for occasional users and small projects.

  • Diving Deep into .NET MAUI

    Ever since someone figured out that fiddling bits results in source code, developers have sought one codebase for all types of apps on all platforms, with Microsoft's latest attempt to further that effort being .NET MAUI.

  • Copilot AI Boosts Abound in New VS Code v1.96

    Microsoft improved on its new "Copilot Edit" functionality in the latest release of Visual Studio Code, v1.96, its open-source based code editor that has become the most popular in the world according to many surveys.

  • AdaBoost Regression Using C#

    Dr. James McCaffrey from Microsoft Research presents a complete end-to-end demonstration of the AdaBoost.R2 algorithm for regression problems (where the goal is to predict a single numeric value). The implementation follows the original source research paper closely, so you can use it as a guide for customization for specific scenarios.

  • Versioning and Documenting ASP.NET Core Services

    Building an API with ASP.NET Core is only half the job. If your API is going to live more than one release cycle, you're going to need to version it. If you have other people building clients for it, you're going to need to document it.

Subscribe on YouTube