feat: add transform processor as opt-in on custom build
Description
Add transform processor as opt-in for custom build using lambdacomponents.processor.transform tag.
@petrusdemelo Shouldn't this new processor be added to default list here: https://github.com/open-telemetry/opentelemetry-lambda/blob/main/collector/lambdacomponents/default.go#L64?
@serkan-ozal I did not want to change the default build for the lambda collector. I just wanted to have it as an opt in option for custom build. But I can definitely add in the default build if that is the desire.
@petrusdemelo Ok, makes sense. I am OK with the PR. Could you please resolve the conflicts, then we can merge it.
@petrusdemelo any chance to rebase this PR?
@serkan-ozal yes, I had busy weeks. Will do it this weekend.
@petrusdemelo kindly bump on this
Hello, it would be really useful to be able to use a transform processor. Any updates on this? Thanks!