Closed vieirai closed 9 months ago
Hi @vieirai, thanks for reporting this! We released a fix that resolves this error in v0.11.0
.
https://github.com/DataDog/datadog-cloudformation-macro/releases/tag/serverless-macro-0.11.0
Please reopen this issue or open a new issue if you continue to encounter errors.
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.