Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pipeline.fromPipelineArn import missing in latest CDK #3467

Closed
2 of 5 tasks
kevinslin opened this issue Jul 29, 2019 · 0 comments · Fixed by #3469
Closed
2 of 5 tasks

Pipeline.fromPipelineArn import missing in latest CDK #3467

kevinslin opened this issue Jul 29, 2019 · 0 comments · Fixed by #3469
Assignees
Labels
@aws-cdk/aws-codepipeline Related to AWS CodePipeline

Comments

@kevinslin
Copy link

Note: for support questions, please first reference our documentation, then use Stackoverflow. This repository's issues are intended for feature requests and bug reports.

  • I'm submitting a ...

    • 🪲 bug report
    • 🚀 feature request
    • 📚 construct library gap
    • ☎️ security issue or vulnerability => Please see policy
    • ❓ support request => Please see note at the top of this template.
  • What is the current behavior?
    If the current behavior is a 🪲bug🪲: Please provide the steps to reproduce

There is no method on high level code pipeline construct to import an existing pipeline via ARN. There was such a method in cdk v0.33

  • What is the expected behavior (or behavior of feature suggested)?

Code pipeline high level construct has following import method: Pipeline.fromPipelineArn

  • What is the motivation / use case for changing the behavior or adding this feature?

Importing an existing pipeline via ARN.

  • Please tell us about your environment:

    • CDK CLI Version: 1.2.0
    • Module Version: 1.2.0,
    • OS: OSX
    • Language: Typescript
  • Other information (e.g. detailed explanation, stacktraces, related issues, suggestions how to fix, links for us to have context, eg. associated pull-request, stackoverflow, gitter, etc)

@skinny85 skinny85 added gap @aws-cdk/aws-codepipeline Related to AWS CodePipeline labels Jul 29, 2019
skinny85 added a commit to skinny85/aws-cdk that referenced this issue Jul 29, 2019
skinny85 added a commit to skinny85/aws-cdk that referenced this issue Jul 29, 2019
eladb pushed a commit that referenced this issue Jul 29, 2019
Add the capability to import an externally-defined CodePipeline using Pipeline.fromPipelineArn().

Fixes #3467
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
@aws-cdk/aws-codepipeline Related to AWS CodePipeline
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants