News

AWS VS Code Toolkit Targets Serverless Cloud Development

Cloud development giant Amazon Web Services (AWS) has made a new toolkit for Visual Studio Code generally available, especially tuned to serverless (Lambda functions) development.

AWS last week announced that the AWS Toolkit for Visual Studio Code, in preview since November 2018, graduated to general availability. The VS Code extension from the No. 1 cloud platform courts users of the open source, cross-platform code editor that has become the No. 1 dev tool of choice, according to multiple surveys.

"Visual Studio Code has become an enormously popular tool for serverless developers, partly due to the intuitive user interface," AWS said. "It's also because of the rich ecosystem of extensions that can customize and automate so much of the development experience. We are excited to announce that the AWS Toolkit for Visual Studio Code extension is now generally available, making it even easier for the development community to build serverless projects using this editor."

Despite the availability of the Azure cloud that would seemingly be the No. 1 choice among Microsoft-centric developers, AWS continues to try to attract that camp. For example, the VS Code offering joins the existing AWS Toolkit for Visual Studio that gained VS 2019 support in March.

The new VS Code offering is optimized for serverless computing, wherein AWS Lambda functions can be executed in response to triggers or events. "The toolkit enables you to easily develop serverless applications, including creating a new project, local debugging, and deploying your project -- all conveniently from within the editor," the AWS post says. In addition to .NET (C#), the toolkit supports Node.js and Python.

Appealing to VS Code developers, AWS said they can use the tool to:

  • Test your code locally with step-through debugging in a Lambda-like environment.
  • Deploy your applications to the AWS Region of your choice.
  • Invoke your Lambda functions locally or remotely.
  • Specify function configurations such as an event payload and environment variables.

The July 11 post details how to build a serverless application, including listing the prerequisites.

Code for the tool is parked on GitHub under an open source Apache License, version 2.0.

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