Skip to content

Conversation

amandaleeatwork
Copy link

@amandaleeatwork amandaleeatwork commented Sep 23, 2025

Issue # (if applicable)

aws/aws-cdk-rfcs#792.

Reason for this change

Introduce L2 construct for AIOps, aka cloudwatch investigation.

Description of changes

  • What code changes did you make?
  • Added new investigation L2 construct, and methods to setup cross account configuration and channel notification.
  • Why do these changes address the issue?
  • Creating investigation group resource would require few related resources created, iam role, permission on role, cross account configuration setup and etc. But introducing L2 construct would only expose few properties for customer's input, others would be handled underneath.
  • What alternatives did you consider and reject?
  • internal L2 package, but based on CDK team recommendation, we would choose the native package aws-cdk to release L2 construct
  • What design decisions have you made?
  • RFC: RFC 792: L2 Construct for AIOps aws-cdk-rfcs#796

Describe any new or updated permissions being added

This is brand new L2 construct, no new permissions introduced.

Description of how you validated changes

[X] Unit tests
[] Integration test

Checklist


By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license

@aws-cdk-automation aws-cdk-automation requested a review from a team September 23, 2025 01:00
@github-actions github-actions bot added p2 beginning-contributor [Pilot] contributed between 0-2 PRs to the CDK labels Sep 23, 2025
Copy link
Collaborator

@aws-cdk-automation aws-cdk-automation left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The pull request linter fails with the following errors:

❌ The title prefix of this pull request must be one of "feat|fix|build|chore|ci|docs|style|refactor|perf|test|revert"

If you believe this pull request should receive an exemption, please comment and provide a justification. A comment requesting an exemption should contain the text Exemption Request. Additionally, if clarification is needed, add Clarification Request to a comment.

@amandaleeatwork amandaleeatwork force-pushed the feature/aiops-l2-construct branch from e53ef17 to b2891fa Compare September 25, 2025 17:25
@amandaleeatwork amandaleeatwork force-pushed the feature/aiops-l2-construct branch from c60defc to 394bb62 Compare September 29, 2025 07:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
beginning-contributor [Pilot] contributed between 0-2 PRs to the CDK p2
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants