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 for Converge360.

comments powered by Disqus

Featured

  • Full Stack Hands-On Development with .NET

    In the fast-paced realm of modern software development, proficiency across a full stack of technologies is not just beneficial, it's essential. Microsoft has an entire stack of open source development components in its .NET platform (formerly known as .NET Core) that can be used to build an end-to-end set of applications.

  • .NET-Centric Uno Platform Debuts 'Single Project' for 9 Targets

    "We've reduced the complexity of project files and eliminated the need for explicit NuGet package references, separate project libraries, or 'shared' projects."

  • Creating Reactive Applications in .NET

    In modern applications, data is being retrieved in asynchronous, real-time streams, as traditional pull requests where the clients asks for data from the server are becoming a thing of the past.

  • AI for GitHub Collaboration? Maybe Not So Much

    No doubt GitHub Copilot has been a boon for developers, but AI might not be the best tool for collaboration, according to developers weighing in on a recent social media post from the GitHub team.

  • Visual Studio 2022 Getting VS Code 'Command Palette' Equivalent

    As any Visual Studio Code user knows, the editor's command palette is a powerful tool for getting things done quickly, without having to navigate through menus and dialogs. Now, we learn how an equivalent is coming for Microsoft's flagship Visual Studio IDE, invoked by the same familiar Ctrl+Shift+P keyboard shortcut.

Subscribe on YouTube