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

  • Windows Community Toolkit v8.2 Adds Native AOT Support

    Microsoft shipped Windows Community Toolkit v8.2, an incremental update to the open-source collection of helper functions and other resources designed to simplify the development of Windows applications. The main new feature is support for native ahead-of-time (AOT) compilation.

  • New 'Visual Studio Hub' 1-Stop-Shop for GitHub Copilot Resources, More

    Unsurprisingly, GitHub Copilot resources are front-and-center in Microsoft's new Visual Studio Hub, a one-stop-shop for all things concerning your favorite IDE.

  • Mastering Blazor Authentication and Authorization

    At the Visual Studio Live! @ Microsoft HQ developer conference set for August, Rockford Lhotka will explain the ins and outs of authentication across Blazor Server, WebAssembly, and .NET MAUI Hybrid apps, and show how to use identity and claims to customize application behavior through fine-grained authorization.

  • Linear Support Vector Regression from Scratch Using C# with Evolutionary Training

    Dr. James McCaffrey from Microsoft Research presents a complete end-to-end demonstration of the linear support vector regression (linear SVR) technique, where the goal is to predict a single numeric value. A linear SVR model uses an unusual error/loss function and cannot be trained using standard simple techniques, and so evolutionary optimization training is used.

  • Low-Code Report Says AI Will Enhance, Not Replace DIY Dev Tools

    Along with replacing software developers and possibly killing humanity, advanced AI is seen by many as a death knell for the do-it-yourself, low-code/no-code tooling industry, but a new report belies that notion.

Subscribe on YouTube