The Datadog Lambda Extension is an AWS Lambda Extension that supports submitting custom metrics, traces, and logs asynchronously while your AWS Lambda function executes.
Creates the context for a request_id on receiving the Invoke event, and removes this logic from other events since the Invoke event is always received first.
What does this PR do?
Creates the context for a request_id on receiving the Invoke event, and removes this logic from other events since the Invoke event is always received first.