aws / aws-cdk

The AWS Cloud Development Kit is a framework for defining cloud infrastructure in code

Home Page:https://aws.amazon.com/cdk

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pipeline.fromPipelineArn import missing in latest CDK

kevinslin opened this issue Β· comments

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)