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

what is the DeploymentPipeline class mentionned in the doc ? #1915

Closed
barroij opened this issue Mar 1, 2019 · 6 comments
Closed

what is the DeploymentPipeline class mentionned in the doc ? #1915

barroij opened this issue Mar 1, 2019 · 6 comments
Assignees
Labels
bug This issue is a bug.

Comments

@barroij
Copy link

barroij commented Mar 1, 2019

More a question a bout CDK than an issue.

In the documentation about CDK apps and stacks, one code snippet uses a DeploymentPipeline class. What is it exactly ? (https://docs.aws.amazon.com/CDK/latest/userguide/apps_and_stacks.html)

And as a related question, what is the best pratice / advice for managing stacks in a production environement with the CDK ?

@sam-goodwin sam-goodwin added bug This issue is a bug. documentation labels Mar 4, 2019
@sam-goodwin
Copy link
Contributor

I thinkDeploymentPipeline represents a stack that manages the CI/CD of those other stacks defined in the app. It is unclear though ... @Doug-AWS can you comment on the docs?

AFAIK, we don't have docs specifically on how to manage stacks in production. @skinny85?

@sam-goodwin
Copy link
Contributor

Some relevant issues:

@Doug-AWS
Copy link
Contributor

Doug-AWS commented Mar 4, 2019

IIRC that was part of a now-orphaned attempt to hack together a CI/CD pipeline, before we had any Code* constructs. I think we even used the term "Goldberg" as in Rube Goldberg, as the name implies. I'll talk to Elad and Rico, but I'm pretty sure I'll have to fix that reference to use Code*.

@Doug-AWS
Copy link
Contributor

Doug-AWS commented Mar 4, 2019

@eladb @rix0rrr ???

@eladb
Copy link
Contributor

eladb commented Apr 2, 2019

@Doug-AWS we should remove this very very old and obsolete hypothetical example that we've sketched out over a year ago.

@Doug-AWS
Copy link
Contributor

Doug-AWS commented Jul 1, 2019

It's been removed.

@Doug-AWS Doug-AWS closed this as completed Jul 1, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug This issue is a bug.
Projects
None yet
Development

No branches or pull requests

4 participants