News

AWS Cloud Offers Open Source Visual Studio Team Services Tools

Amazon Web Services Inc. (AWS) this week announced free open source tools for working with Visual Studio Team Services (VSTS).

The new AWS Tools for Microsoft Visual Studio Team Services offering is available in the Visual Studio Marketplace. Its description reads: "Tasks for Amazon S3, AWS Elastic Beanstalk, AWS CodeDeploy, AWS Lambda and AWS CloudFormation and more, and running commands in the AWS Tools for Windows PowerShell module and the AWS CLI."

Setting Up a Task
[Click on image for larger view.] Setting Up a Task (source: AWS).
"You can use these tasks in build and release pipelines hosted within VSTS and Team Foundation Server to interact with AWS services," AWS said in a blog post Tuesday.

Specifically, the marketplace entry says it lets developers do tasks such as:

  • Create an AWS credentials connection
  • Transfer files to and from Amazon S3 buckets
  • Deploy .NET Core serverless applications or standalone functions to AWS Lambda
  • Invoke an AWS Lambda function
  • Create/update AWS CloudFormation stacks
  • Deploy to AWS Elastic Beanstalk
  • Deploy to Amazon EC2 with AWS CodeDeploy
  • Send a message to a Simple Notification Service Topic or Simple Queue Service Queue
  • Run AWS Tools for Windows PowerShell scripts
  • Run AWS CLI commands

The AWS post detailed how to configure and use a task, and promised more guidance to come in future posts.

The open source code for the tools package can be found on GitHub, where AWS asked developers to provide feedback on the project.

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