PNGDAT-3207: Kno2 Add configuration to support delegation update (Clean-up)#40
PNGDAT-3207: Kno2 Add configuration to support delegation update (Clean-up)#40
Conversation
WalkthroughRenames the aws_cloudwatch_log_subscription_filter resource to lambda_log_subscription_filter in lambda_function/lambda_function.tf and adds destination_arn (pointing to a Lambda function) and an empty filter_pattern attribute. Changes
Sequence Diagram(s)sequenceDiagram
autonumber
participant CW as CloudWatch Logs
participant SF as Subscription Filter
participant LF as Lambda Function
Note over SF: Config updated: destination_arn + empty filter_pattern
CW->>SF: Log events emitted
SF->>LF: Forward matching events (empty filter = all)
LF-->>CW: Processing result (async)
Note over LF: Lambda invoked by Logs subscription
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Possibly related PRs
Suggested reviewers
Poem
Pre-merge checks and finishing touches❌ Failed checks (1 inconclusive)
✅ Passed checks (2 passed)
✨ Finishing touches🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: CHILL Plan: Pro 📒 Files selected for processing (1)
🔇 Additional comments (1)
Comment |
Link to Ticket: https://hbuco.atlassian.net/browse/PNGDAT-3207
Summary by CodeRabbit