You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is the error message we get from the container image lambda, as the DD_LAMBDA_HANDLER environment variable was removed.
[ERROR] HandlerError: DD_LAMBDA_HANDLER is not defined. Can't use prebuilt datadog handler
Traceback (most recent call last):
File "/var/lang/lib/python3.8/imp.py", line 234, in load_module
return load_source(name, filename, file)
File "/var/lang/lib/python3.8/imp.py", line 171, in load_source
module = _load(spec)
File "<frozen importlib._bootstrap>", line 702, in _load
File "<frozen importlib._bootstrap>", line 671, in _load_unlocked
File "<frozen importlib._bootstrap_external>", line 843, in exec_module
File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
File "/var/lang/lib/python3.8/site-packages/datadog_lambda/handler.py", line 20, in <module>
raise HandlerError(
The text was updated successfully, but these errors were encountered:
Expected Behavior
Datadog macro does not modify container image lambdas
Actual Behavior
Datadog macro modifies the environment variables of container image lambdas
Steps to Reproduce the Problem
DD_LAMBDA_HANDLER
environment variable disappearing for the container image lambdaSpecifications
For the Datadog Serverless Macro:
Stacktrace
This is the error message we get from the container image lambda, as the
DD_LAMBDA_HANDLER
environment variable was removed.The text was updated successfully, but these errors were encountered: