Add support for S3 Object Created events distributed using Eventbridge#1052
Merged
ge0Aja merged 14 commits intoDataDog:masterfrom Feb 10, 2026
Merged
Conversation
domalessi
approved these changes
Jan 20, 2026
Contributor
domalessi
left a comment
There was a problem hiding this comment.
A few style tweaks, but looks great overall!
ge0Aja
reviewed
Jan 29, 2026
blockmar
commented
Feb 6, 2026
ge0Aja
reviewed
Feb 9, 2026
ge0Aja
approved these changes
Feb 9, 2026
Contributor
|
@blockmar I think you need a rebase |
Co-authored-by: domalessi <111786334+domalessi@users.noreply.github.com>
Co-authored-by: domalessi <111786334+domalessi@users.noreply.github.com>
Co-authored-by: domalessi <111786334+domalessi@users.noreply.github.com>
Co-authored-by: domalessi <111786334+domalessi@users.noreply.github.com>
Co-authored-by: domalessi <111786334+domalessi@users.noreply.github.com>
Co-authored-by: domalessi <111786334+domalessi@users.noreply.github.com>
…er, similar to kinesis.
Removed added tests, since s3_handler.py is no longer modified.
Co-authored-by: Georgi <georgi.ajaeiya@datadoghq.com>
e8ab7f8 to
63647e1
Compare
Contributor
Author
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What does this PR do?
Adds support for S3 events over AWS EventBridge. This is useful if S3 Object Created needs to be sent to multiple recipients as the original S3 events are limited to one recipient for the same pattern.
This PR is related to Support Ticket 2428820
Motivation
We need to send files to both our security platform (company requirement) and to DataDog, this allows us to send the same event to multiple recipients.
Testing Guidelines
Tests verifying the event transformation.
Additional Notes
This will break the current behavior of EventBridge S3 events.
Types of changes
Check all that apply