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

  • 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.

  • Vibe Coding with Latest Visual Studio Preview

    Microsoft's latest Visual Studio preview facilitates "vibe coding," where developers mainly use GitHub Copilot AI to do all the programming in accordance with spoken or typed instructions.

  • Steve Sanderson Previews AI App Dev: Small Models, Agents and a Blazor Voice Assistant

    Blazor creator Steve Sanderson presented a keynote at the recent NDC London 2025 conference where he previewed the future of .NET application development with smaller AI models and autonomous agents, along with showcasing a new Blazor voice assistant project demonstrating cutting-edge functionality.

Subscribe on YouTube