Description
Is your feature request related to a problem? Please describe.
I would like to have a module that enables instrumentation of AWS lambdas that use EventBridge as a trigger.
Describe the solution you'd like
When a lambda gets triggered by an EventBridge event I would like instrumentation to be tracked similarly to how the AWS SQS functions.
Describe alternatives you've considered
I have attempted to use the lambda layers and then start custom transactions to continue the tracing. When doing this I have encountered issues with the custom traces not being sent to elasticsearch, I could only see the default trace that the layer generate on a new lambda invocation, but without any other context (for example the traceparent)
I would be open to giving it a shot at implementing this myself. I am open to any feedback or guidelines.