Expand description
HTTP event extractors for API Gateway.
Provides trace context extraction from API Gateway events:
ApiGatewayV2Extractor- HTTP API (v2) eventsApiGatewayV1Extractor- REST API (v1) eventsHttpEventExtractor- Type alias for the most common v2 extractor
Structs§
- ApiGateway
V1Extractor - Extractor for API Gateway REST API (v1) events.
- ApiGateway
V2Extractor - Extractor for API Gateway HTTP API (v2) events.
Functions§
- convert_
xray_ to_ traceparent - Converts X-Ray trace header to W3C traceparent format.
- parse_
xray_ trace_ id - Parses X-Ray trace ID format to 32-character hex string.
Type Aliases§
- Http
Event Extractor - Type alias for the most common HTTP extractor (API Gateway HTTP API v2).