Skip to content

feat(go-forwarder): add minimal lambda enrichment#1178

Merged
ndakkoune merged 5 commits into
nabil.dakkoune/go-forwarderfrom
nabil.dakkoune/AWSINTS-3310
Jul 22, 2026
Merged

feat(go-forwarder): add minimal lambda enrichment#1178
ndakkoune merged 5 commits into
nabil.dakkoune/go-forwarderfrom
nabil.dakkoune/AWSINTS-3310

Conversation

@ndakkoune

@ndakkoune ndakkoune commented Jul 21, 2026

Copy link
Copy Markdown
Contributor

Adds lambda source identification and minimal enrichment to match previous lambda log structure.
Tags enrichment is done in the backend.

@github-actions github-actions Bot added the aws label Jul 21, 2026
@ndakkoune ndakkoune changed the title Nabil.dakkoune/awsints 3310 feat(go-forwarder): add minimal lambda enrichment Jul 21, 2026
@ndakkoune
ndakkoune marked this pull request as ready for review July 21, 2026 08:57
@ndakkoune
ndakkoune requested a review from a team as a code owner July 21, 2026 08:57
SourceCategory string `json:"ddsourcecategory"`
Tags Tags `json:"ddtags"`
Metadata any `json:"aws"`
Lambda *LambdaLog `json:"lambda,omitempty"`

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Minimal leak of lambda information inside the main struct here.

Could have used type embedding but it would require to change the Handler.Handle interface signature to a chan any.

@ndakkoune
ndakkoune requested a review from ge0Aja July 21, 2026 09:00
Comment thread aws/logs_monitoring_go/internal/model/lambda.go
Comment thread aws/logs_monitoring_go/internal/handling/cloudwatch.go Outdated
Comment thread aws/logs_monitoring_go/internal/handling/cloudwatch.go Outdated
Comment thread aws/logs_monitoring_go/internal/handling/cloudwatch.go Outdated
Comment thread aws/logs_monitoring_go/internal/handling/cloudwatch.go
Comment thread aws/logs_monitoring_go/internal/handling/cloudwatch.go Outdated
@ndakkoune
ndakkoune merged commit 3a4a169 into nabil.dakkoune/go-forwarder Jul 22, 2026
9 checks passed
@ndakkoune
ndakkoune deleted the nabil.dakkoune/AWSINTS-3310 branch July 22, 2026 10:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants