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

  • 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