Skip to content

Commit

Permalink
Merge pull request #5 from newrelic/lambda-fix
Browse files Browse the repository at this point in the history
Fixed lambda deployments.
  • Loading branch information
miransar authored Mar 27, 2024
2 parents 8eb5cb6 + 63f3f00 commit fc791af
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lambda/receiver/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ func HandleRequest(ctx context.Context, event any) ([]map[string]any, error) {
}

log.Print("Data received: ", deserBuffer)
deserBuffer["metric"] = connector.ConnectorName()
deserBuffers = append(deserBuffers, deserBuffer)
}(connector)
}
Expand Down

0 comments on commit fc791af

Please sign in to comment.