Skip to content

Lambda Layer version 10

Choose a tag to compare

@hghotra hghotra released this 10 Aug 20:38
· 12 commits to master since this release
d509e82
arn:aws:lambda:<AWS_REGION>:464622532012:layer:Datadog-Ruby2-5:10
arn:aws:lambda:<AWS_REGION>:464622532012:layer:Datadog-Ruby2-7:10

Changes

  • Update layer to use new tracing format
  • Update ddtrace version
  • Set dd_lambda_layer tag based on ruby version
  • Set _dd.parent_source tag

Note: This release introduces a breaking change. For older users, by default, each Lambda function is treated as its own service. For new users starting this release, all Lambda functions are grouped under the aws.lambda service, and represented as a single node on the Service map. Tag your functions with the service tag in order to override the default behavior. Find more information here: Service Tag