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

(core) cicd pipelines should allow notifications #43

Closed
malachi-constant opened this issue Mar 7, 2022 · 0 comments · Fixed by #40
Closed

(core) cicd pipelines should allow notifications #43

malachi-constant opened this issue Mar 7, 2022 · 0 comments · Fixed by #40
Assignees
Milestone

Comments

@malachi-constant
Copy link
Contributor

Is your idea related to a problem? Please describe.
Users would like to know when DDK CI/CD pipelines are failing.

Describe the solution you'd like
The DDK CI/CD Pipelines should handle alerting (CloudWatch/SNS) via a dedicated method. For example:

     CICDPipelineStack(
            cdk_app,
            id="dummy-pipeline",
            environment_id="dev",
            pipeline_name="dummy-pipeline",
        )
        .add_source_action(repository_name="dummy-repository")
        .add_synth_action()
        .build()
        .add_security_lint_stage()
        .add_test_stage()
        .add_stage("dev", DevStage(cdk_app, "dev"))
        .synth()
        .add_notifications()

P.S. Don't attach files. Please, prefer add code snippets directly in the message body.

@malachi-constant malachi-constant added this to the 0.2.0 milestone Mar 7, 2022
@malachi-constant malachi-constant self-assigned this Mar 7, 2022
@malachi-constant malachi-constant linked a pull request Mar 7, 2022 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant