791 B
791 B
Lambda
Lambda is Amazon's function-as-a-service (FaaS) platform. This instrumentation follows the OpenTelemetry specification for FaaS systems.
Specific trace semantics
The following methods are automatically enhanced:
Invoke
- Attributes are added by this instrumentation according to the spec for Outgoing Invocations of a FaaS from a client .
- OpenTelemetry trace context is injected into the
ClientContextparameter, allowing functions to extract this using theCustomproperty within the function.