[bug] Lambda integration fails if no InvokedFunctionArn present #2445
Labels
bug
Something isn't working
comp:instrumentation.awslambda
Things related to OpenTelemetry.Instrumentation.AWSLambda
Component
OpenTelemetry.Instrumentation.AWSLambda
Package Version
Runtime Version
net8.0
Description
When I invoke lambda function locally during testing, providing an empty
LambdaContext
, it fails with the following error:Additional Context
I realize that it is not nessesseraly a bug, and I probably should add values there. But it didn't happen with
1.10.0-beta.1
, and I can see that other methods (apart fromGetFaasId
, likeGetAccountId
) do check forfunctionArn
nullabilty, so it probably should happen here as well.The text was updated successfully, but these errors were encountered: