News

.NET Core 2.1 Support Added to AWS Lambda

The Lambda service on Amazon Web Services Inc. (AWS) cloud now supports .NET Core 2.1, the company announced this week.

AWS Lambda lets developers run programming code -- in this case C# -- without the need to provision or manage servers, often in response to event triggers.

Those event triggers and server functions can now be written with the latest version of .NET Core, Microsoft's modularized, cross-platform and open source take on the .NET Framework, or more properly, an implementation of the newer .NET Standard.

AWS Lambda supported .NET Core 2.0 early this year, and support for the runtime for other coding tools was announced last summer.

Now, AWS Lambda supports .NET Core 2.1, which will be Microsoft's Long Term Support (LTS) offering going forward. However, there was a flaw discovered in .NET Core 2.1 that will extend the life of .NET Core 2.0.

"Microsoft will end its support for .NET Core 2.0 at the beginning of October, 2018," AWS said in a post yesterday (July 9). "At that time, .NET Core 2.0 AWS Lambda functions will be subject to deprecation per the AWS Lambda Runtime Support Policy. After three months, you will no longer be able to create AWS Lambda functions using .NET Core 2.0, although you will be able to update existing functions. After six months, update functionality will also be disabled."

AWS said developers will now be able to take advantage of new features introduced in .NET Core 2.1, including a more performant HTTP client. "This is particularly important when integrating with other AWS services from your AWS Lambda function," the post said. Other new features highlighted in the post include new Span<T> and Memory<T> language features.

More information is provided in another blog post. "The easiest way to get started is with the AWS Toolkit for Visual Studio which includes project templates for individual C# Lambda functions, full C# serverless applications, and tools to publish both project types to AWS," it said.

The .NET Core 2.1 runtime is now available in all regions where Lambda is available.

About the Author

David Ramel is an editor and writer at Converge 360.

comments powered by Disqus

Featured

  • Hands On: New VS Code Insiders Build Creates Web Page from Image in Seconds

    New Vision support with GitHub Copilot in the latest Visual Studio Code Insiders build takes a user-supplied mockup image and creates a web page from it in seconds, handling all the HTML and CSS.

  • Naive Bayes Regression Using C#

    Dr. James McCaffrey from Microsoft Research presents a complete end-to-end demonstration of the naive Bayes regression technique, where the goal is to predict a single numeric value. Compared to other machine learning regression techniques, naive Bayes regression is usually less accurate, but is simple, easy to implement and customize, works on both large and small datasets, is highly interpretable, and doesn't require tuning any hyperparameters.

  • VS Code Copilot Previews New GPT-4o AI Code Completion Model

    The 4o upgrade includes additional training on more than 275,000 high-quality public repositories in over 30 popular programming languages, said Microsoft-owned GitHub, which created the original "AI pair programmer" years ago.

  • Microsoft's Rust Embrace Continues with Azure SDK Beta

    "Rust's strong type system and ownership model help prevent common programming errors such as null pointer dereferencing and buffer overflows, leading to more secure and stable code."

  • Xcode IDE from Microsoft Archrival Apple Gets Copilot AI

    Just after expanding the reach of its Copilot AI coding assistant to the open-source Eclipse IDE, Microsoft showcased how it's going even further, providing details about a preview version for the Xcode IDE from archrival Apple.

Subscribe on YouTube

Upcoming Training Events