Expected Behavior
DataDog/Lambda integration to run smoothly.
Actual Behavior
We are getting lots of messages of "datadog:handler not initialized" in DataDog.
Steps to Reproduce the Problem
We are using the serverless integration with [email protected].
Things I've tried:
- I already went through this issue and verified the deployed Lambda code does not include
datadog-lambda-js or dd-trace.
- I added
DD_LOG_LEVEL=debug and DD_TRACE_DEBUG=true but nothing useful came from it.
Do you have any other tips to troubleshoot this issue?
Specifications
Datadog Lambda Layer version:
arn:aws:lambda:eu-central-1:464622532012:layer:Datadog-Node14-x:81
arn:aws:lambda:eu-central-1:464622532012:layer:Datadog-Extension-ARM:25
Node version: 14.x
