tasq/node_modules/@opentelemetry/instrumentation-aws-sdk/doc/lambda.md

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 ClientContext parameter, allowing functions to extract this using the Custom property within the function.