-
-
Notifications
You must be signed in to change notification settings - Fork 1
Finer Controls for S3 Events Notifications #76
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
base: main
Are you sure you want to change the base?
Finer Controls for S3 Events Notifications #76
Conversation
…cation AND set the default to ObjectCreated + ObjectRemoved
WalkthroughAdds a new Terraform variable Changes
Sequence Diagram(s)sequenceDiagram
participant Dev as Developer/Terraform
participant TF as Terraform config
participant Mod as datadog_lambda_forwarder module
participant Lambda as Lambda (forwarder)
Dev->>TF: set var.s3_notification_events
TF->>Mod: s3_notification_events = var.s3_notification_events
Mod->>Lambda: configure S3 event triggers (list of events)
note right of Lambda #D6EAF8: Lambda receives configured\nS3 notifications via module
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Poem
Pre-merge checks and finishing touches✅ Passed checks (3 passed)
✨ Finishing touches🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: CHILL Plan: Pro 📒 Files selected for processing (2)
🚧 Files skipped from review as they are similar to previous changes (1)
🧰 Additional context used📓 Path-based instructions (2)src/{main,variables,outputs,providers,versions,context}.tf📄 CodeRabbit inference engine (AGENTS.md)
Files:
src/**/*.tf📄 CodeRabbit inference engine (AGENTS.md)
Files:
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (1)
🔇 Additional comments (1)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Co-authored-by: Igor Rodionov <[email protected]>
|
@ivan-pinatti could you pls update the module version to https://github.com/cloudposse/terraform-aws-datadog-lambda-forwarder/releases/tag/v1.10.0 |
Done @goruha. |
what
Introduce a new variable to have a fine-grained control about the type of S3 Events to trigger the Lambda Notification.
Requires change in underlying Terraform module to be applied first; cloudposse/terraform-aws-datadog-lambda-forwarder#105
why
Default should capture all the Create and Removal events (safer and more compreensive)
AND the variable would provide flexibility to include / remove as needed by users.
references
Summary by CodeRabbit