Open gholt-aws opened 5 years ago
Seems this just needs to do a lookup of pipelines within the CDK app and then call getPipelineState?
The presentation of this could go in either Explorer or Developer Tools, but I think the latter would probably be a better fit.
One other interesting concern here is cross-account pipelines. Since the toolkit extension only loads a single profile at a time, users have to choose between loading either an account where a stage is deployed or the pipeline itself. There's no way to actually see the broader picture. That probably merits its own issue to discuss.
One other interesting concern here is cross-account pipelines. Since the toolkit extension only loads a single profile at a time, users have to choose between loading either an account where a stage is deployed or the pipeline itself. There's no way to actually see the broader picture.
Great point. We are thinking about cross-account and multi-account support, but it's very early stages.
I would love this :)
I was surprised this actually wasn't already one of the AWS tools included, along with CodeBuild as well. I think adding both CodePipeline and CodeBuild would be excellent additions.
I don't think it really needs cdk, we could just add a pipeline arn(or list of pipeline arns in case somebody has multiple) in vscode workspace settings which can be picked
This will be an awesome feature to have.. and this shouldnt need anything to do with CDK
Support interacting with CodePipeline from VS Code.
For example, from #1412 :