-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
Comments
Some relevant issues:
|
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 we should remove this very very old and obsolete hypothetical example that we've sketched out over a year ago. |
It's been removed. |
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 ?
The text was updated successfully, but these errors were encountered: