News

Amazon Cloud Updates Visual Studio Toolkit for VS 2019

With Visual Studio 2019 dropping tomorrow, the AWS Toolkit for Visual Studio has been updated to support the new offering for those Microsoft coders who prefer to work with their favorite IDE in the Amazon cloud.

Those devs who favor that approach, the Visual Studio Marketplace extension is designed to provide many benefits, including project templates that can serve as starting points for AWS console and Web apps, an AWS Explorer to view the AWS resources used and more.

With those tools, the kit can help coders deploy ASP.NET and ASP.NET Core Web applications to AWS Elastic Beanstalk, deploy containers to Amazon Elastic Container Service (Amazon ECS) or deploy .NET Core serverless applications with AWS Lambda and AWS CloudFormation, Amazon Web Services said in an announcement post last week.

AWS said it recently issued a couple of releases for .NET Core Lambda support that was only available to its .NET Core Global Tool, Amazon.Lambda.Tools. "With the new release of the AWS Toolkit for Visual Studio you can now take advantage of these new features within Visual Studio," the company said.

Notable new features provided in the update include support for Lambda Custom .NET Core runtime, which lets developers use any version of .NET Core in Lambda, such as .NET Core 2.2 or .NET Core 3.0 preview, has been added to the toolkit.

Lambda Custom .NET Core Runtime
[Click on image for larger view.] Lambda Custom .NET Core Runtime (source: AWS).

Continuing in the serverless computing vein, a Lambda layers feature was added to Amazon.Lambda.Tools .NET Core Global Tool. "This makes it easy to create a layer of your .NET assemblies and tell Lambda to deploy your project with a specified layer," AWS said. "That way the deployment bundle can have a reduced size. And if you choose to create the layer on an Amazon Linux environment, you can optimize the .NET assemblies added to the layer by having them pre-jitted. This can reduce your cold-start time."

One Visual Studio 2019 feature that doesn't yet have full support in the toolkit is the new project wizard, redesigned to improve the project-creation experience. However, AWS said functionality provided in that redesign isn't yet available to the its toolkit, or to similar Visual Studio extensions.

"For example, the Language, Platform, or Project type filters ... in the new project wizard are not accessible to custom project templates like the ones that AWS provides," AWS said. "If you select C# in the language filter, our C# project templates will not show up.

"The Visual Studio team plans to address this issue for extensions in a future update to Visual Studio 2019, but the changes will not be in the initial GA version. Until this is addressed, the best way to find our AWS project templates is to use the search bar and either search for 'AWS' or 'Lambda'."

The toolkit's associated GitHub project is named "AWS SDK for .NET."

The VS Marketplace listing shows nearly 1.2 million downloads and more than 165,000 installations, earning an average 3.1 rating (scale to 5) from 39 developers who reviewed it.

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