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
Breaking change: Updates CDK peer dependencies. A newer version of CDK is required, as well as the packages @aws-cdk/aws-lambda-nodejs and @aws-cdk/aws-lambda-python.
Added dd_cdk_construct tag to lambda functions instrumented with the Datadog-CDK-Construct Library #34
This should give us statistics on how many functions are instrumented using the DD CDK vs our other integrations in the Serverless KPI dashboard. Specifically this graph.
Bugfix: fix the DD_LOGS_INJECTION environment variable to be DD_LOGS_INJECTION instead of DD_LOG_INJECTION. This should fix issue trying to perform logs injection in JS or Python lambdas deployed through CDK.