Skip to content

AWS Lambda Top Level Statement Support #3345

@jnordtorp-foreflight

Description

@jnordtorp-foreflight

Are you requesting automatic instrumentation for a framework or library? Please describe.
In the net6 runtime for aws lambda, they added support for top level statements. See

Is your feature request related to a problem? Please describe.
Using top level statements, we change the function handler to only contain the assembly, but when initializing the tracer for serverless operation, the constructor expects the function handler to be formated as A::B::C, where as now we only provide A.

Describe the solution you'd like
We would like support for using lambda top level statements

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions