We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
malachi-constant
Successfully merging a pull request may close this issue.
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:
P.S. Don't attach files. Please, prefer add code snippets directly in the message body.
The text was updated successfully, but these errors were encountered: