aws / aws-toolkit-visual-studio

AWS Toolkit for Visual Studio - a plugin to interact with AWS
https://aws.amazon.com/visualstudio/
Apache License 2.0
107 stars 29 forks source link

Manage CodePipeline, etc. from within Visual Studio #143

Open brianjbeach opened 3 years ago

brianjbeach commented 3 years ago

It would be nice if I could monitor CodePipeline, CodeBuild, etc. from within Visual Studio. I assume in the AWS explorer, but it may be better integrated into the team explorer.

awschristou commented 3 years ago

Hi @brianjbeach , thank you for reaching out with this request! What sorts of details would you be looking to obtain from your CodeBuild jobs and CodePipeline pipelines?

brianjbeach commented 3 years ago

At a high level the same info that is in the console. The ability to create/start/stop/delete a pipeline/build, check the status, get logs, etc.

awschristou commented 3 years ago

I'm interested in hearing more about how this would complement your current workflow. Are you interested in seeing a build pipeline progress after you push code to a repo (similar to CI), or did you have something else in mind like running a pipeline on demand as situations require it?