From a99e6c64cd6d5c90614feca986888ebc1783806b Mon Sep 17 00:00:00 2001 From: "campaigner-staging[bot]" <111737018+campaigner-staging[bot]@users.noreply.github.com> Date: Thu, 6 Nov 2025 10:02:06 +0000 Subject: [PATCH] Test change --- README.md | 42 +++++++++++++++++++-------------------- examples/dotnet/README.md | 14 ++++++------- examples/go/README.md | 14 ++++++------- examples/java/README.md | 14 ++++++------- examples/node/README.md | 14 ++++++------- examples/python/README.md | 14 ++++++------- smoke_tests/README.md | 8 ++++---- 7 files changed, 60 insertions(+), 60 deletions(-) diff --git a/README.md b/README.md index 629b5de..434fae0 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,14 @@ -# Datadog Terraform module for AWS Lambda +# DataDog Terraform module for AWS Lambda [](https://github.com/DataDog/terraform-aws-lambda-datadog/blob/main/LICENSE) -Use this Terraform module to install Datadog Serverless Monitoring for AWS Lambda. +Use this Terraform module to install DataDog Serverless Monitoring for AWS Lambda. -This Terraform module wraps the [aws_lambda_function](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/lambda_function) resource and automatically configures your Lambda function for Datadog Serverless Monitoring by: +This Terraform module wraps the [aws_lambda_function](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/lambda_function) resource and automatically configures your Lambda function for DataDog Serverless Monitoring by: -* Adding the Datadog Lambda layers +* Adding the DataDog Lambda layers * Redirecting the Lambda handler -* Enabling the collection of metrics, traces, and logs to Datadog +* Enabling the collection of metrics, traces, and logs to DataDog ## Usage @@ -178,7 +178,7 @@ resource "aws_lambda_function" "example_lambda_function" { } ``` -#### Datadog Terraform module for AWS Lambda +#### DataDog Terraform module for AWS Lambda ``` module "lambda-datadog" { source = "DataDog/lambda-datadog/aws" @@ -198,27 +198,27 @@ module "lambda-datadog" { } ``` -### Datadog +### DataDog #### Selecting the layer versions -Use the following variables to select the versions of the Datadog Lambda layers to use. If no layer version is specified the latest version will be used. +Use the following variables to select the versions of the DataDog Lambda layers to use. If no layer version is specified the latest version will be used. | Variable | Description | | -------- | ----------- | -| `datadog_extension_layer_version` | Version of the [Datadog Lambda Extension layer](https://github.com/DataDog/datadog-lambda-extension/releases) to install | -| `datadog_dotnet_layer_version` | Version of the [Datadog .NET Lambda layer](https://github.com/DataDog/dd-trace-dotnet-aws-lambda-layer/releases) to install | -| `datadog_java_layer_version` | Version of the [Datadog Java Lambda layer](https://github.com/DataDog/datadog-lambda-java/releases) to install | -| `datadog_node_layer_version` | Version of the [Datadog Node Lambda layer](https://github.com/DataDog/datadog-lambda-js/releases) to install | -| `datadog_python_layer_version` | Version of the [Datadog Python Lambda layer](https://github.com/DataDog/datadog-lambda-python/releases) to install | +| `datadog_extension_layer_version` | Version of the [DataDog Lambda Extension layer](https://github.com/DataDog/datadog-lambda-extension/releases) to install | +| `datadog_dotnet_layer_version` | Version of the [DataDog .NET Lambda layer](https://github.com/DataDog/dd-trace-dotnet-aws-lambda-layer/releases) to install | +| `datadog_java_layer_version` | Version of the [DataDog Java Lambda layer](https://github.com/DataDog/datadog-lambda-java/releases) to install | +| `datadog_node_layer_version` | Version of the [DataDog Node Lambda layer](https://github.com/DataDog/datadog-lambda-js/releases) to install | +| `datadog_python_layer_version` | Version of the [DataDog Python Lambda layer](https://github.com/DataDog/datadog-lambda-python/releases) to install | -#### Selecting the Datadog Site +#### Selecting the DataDog Site -The default Datadog site is `datadoghq.com`. To use a different site set the `DD_SITE` environment variable to the desired destination site. See [Getting Started with Datadog Sites](https://docs.datadoghq.com/getting_started/site/) for the available site values. +The default DataDog site is `datadoghq.com`. To use a different site set the `DD_SITE` environment variable to the desired destination site. See [Getting Started with DataDog Sites](https://docs.datadoghq.com/getting_started/site/) for the available site values. #### Configuration -Use Environment variables to configure Datadog Serverless Monitoring. Refer to the documentation below for environment variables available in the Serverless Agent (packaged in the Extension layer) and in the Tracing libraries (packaged in the runtime layers). +Use Environment variables to configure DataDog Serverless Monitoring. Refer to the documentation below for environment variables available in the Serverless Agent (packaged in the Extension layer) and in the Tracing libraries (packaged in the runtime layers). * [Serverless Agent Configuration](https://docs.datadoghq.com/serverless/guide/agent_configuration/) * Tracer Configuration @@ -258,11 +258,11 @@ No modules. |------|-------------|----------------|---------|:--------:| | [architectures](#input\_architectures) | Instruction set architecture for your Lambda function. Valid values are ["x86\_64"] and ["arm64"]. | `list(string)` |
["x86_64"]| no | | [code\_signing\_config\_arn](#input\_code\_signing\_config\_arn) | To enable code signing for this function, specify the ARN of a code-signing configuration. A code-signing configuration includes a set of signing profiles, which define the trusted publishers for this function. | `string` | `null` | no | -| [datadog\_extension\_layer\_version](#input\_datadog\_extension\_layer\_version) | Version for the Datadog Extension Layer | `number` | `74` | no | -| [datadog\_dotnet\_layer\_version](#input\_datadog\_dotnet\_layer\_version) | Version for the Datadog .NET Layer | `number` | `19` | no | -| [datadog\_java\_layer\_version](#input\_datadog\_java\_layer\_version) | Version for the Datadog Java Layer | `number` | `19` | no | -| [datadog\_node\_layer\_version](#input\_datadog\_node\_layer\_version) | Version for the Datadog Node Layer | `number` | `123` | no | -| [datadog\_python\_layer\_version](#input\_datadog\_python\_layer\_version) | Version for the Datadog Python Layer | `number` | `106` | no | +| [datadog\_extension\_layer\_version](#input\_datadog\_extension\_layer\_version) | Version for the DataDog Extension Layer | `number` | `74` | no | +| [datadog\_dotnet\_layer\_version](#input\_datadog\_dotnet\_layer\_version) | Version for the DataDog .NET Layer | `number` | `19` | no | +| [datadog\_java\_layer\_version](#input\_datadog\_java\_layer\_version) | Version for the DataDog Java Layer | `number` | `19` | no | +| [datadog\_node\_layer\_version](#input\_datadog\_node\_layer\_version) | Version for the DataDog Node Layer | `number` | `123` | no | +| [datadog\_python\_layer\_version](#input\_datadog\_python\_layer\_version) | Version for the DataDog Python Layer | `number` | `106` | no | | [dead\_letter\_config\_target\_arn](#input\_dead\_letter\_config\_target\_arn) | ARN of an SNS topic or SQS queue to notify when an invocation fails. | `string` | `null` | no | | [description](#input\_description) | Description of what your Lambda Function does. | `string` | `null` | no | | [environment\_variables](#input\_environment\_variables) | Map of environment variables that are accessible from the function code during execution. | `map(string)` | `{}` | no | diff --git a/examples/dotnet/README.md b/examples/dotnet/README.md index fe468a5..5efbebf 100644 --- a/examples/dotnet/README.md +++ b/examples/dotnet/README.md @@ -1,15 +1,15 @@ # .NET Example -A simple .NET Lambda function with out of the box Datadog instrumentation. +A simple .NET Lambda function with out of the box DataDog instrumentation. ## Usage -* Create a [Datadog API Key](https://app.datadoghq.com/organization-settings/api-keys) -* Create a secret in [AWS Secrets Manager](https://docs.aws.amazon.com/secretsmanager/latest/userguide/intro.html) and add the Datadog API Key as the secret value in plaintext +* Create a [DataDog API Key](https://app.datadoghq.com/organization-settings/api-keys) +* Create a secret in [AWS Secrets Manager](https://docs.aws.amazon.com/secretsmanager/latest/userguide/intro.html) and add the DataDog API Key as the secret value in plaintext * Create a `terraform.tfvars` file - Set the `datadog_secret_arn` to the arn of the secret you just created - - Set the `datadog_service_name` to the name of the service you want to use to filter for the resource in Datadog - - Set the `datadog_site` to the [Datadog destination site](https://docs.datadoghq.com/getting_started/site/) for your metrics, traces, and logs + - Set the `datadog_service_name` to the name of the service you want to use to filter for the resource in DataDog + - Set the `datadog_site` to the [DataDog destination site](https://docs.datadoghq.com/getting_started/site/) for your metrics, traces, and logs * Run the following commands ``` @@ -57,8 +57,8 @@ If using `arm64` architecture then build the lambda package with the `-farch arm | Name | Description | Type | Default | Required | |------|-------------|------|---------|:--------:| -| [datadog\_secret\_arn](#input\_datadog\_secret\_arn) | Secret for Datadog API Key | `string` | n/a | yes | -| [datadog\_service\_name](#input\_datadog\_service\_name) | Service used to filter for resources in Datadog | `string` | n/a | yes | +| [datadog\_secret\_arn](#input\_datadog\_secret\_arn) | Secret for DataDog API Key | `string` | n/a | yes | +| [datadog\_service\_name](#input\_datadog\_service\_name) | Service used to filter for resources in DataDog | `string` | n/a | yes | | [datadog\_site](#input\_datadog\_site) | Destination site for your metrics, traces, and logs | `string` | n/a | yes | ## Outputs diff --git a/examples/go/README.md b/examples/go/README.md index 2f00db6..91df8a2 100644 --- a/examples/go/README.md +++ b/examples/go/README.md @@ -1,15 +1,15 @@ # Golang Example -A simple Go Lambda function with out of the box Datadog instrumentation. +A simple Go Lambda function with out of the box DataDog instrumentation. ## Usage -* Create a [Datadog API Key](https://app.datadoghq.com/organization-settings/api-keys) -* Create a secret in [AWS Secrets Manager](https://docs.aws.amazon.com/secretsmanager/latest/userguide/intro.html) and add the Datadog API Key as the secret value in plaintext +* Create a [DataDog API Key](https://app.datadoghq.com/organization-settings/api-keys) +* Create a secret in [AWS Secrets Manager](https://docs.aws.amazon.com/secretsmanager/latest/userguide/intro.html) and add the DataDog API Key as the secret value in plaintext * Create a `terraform.tfvars` file - Set the `datadog_secret_arn` to the arn of the secret you just created - - Set the `datadog_service_name` to the name of the service you want to use to filter for the resource in Datadog - - Set the `datadog_site` to the [Datadog destination site](https://docs.datadoghq.com/getting_started/site/) for your metrics, traces, and logs + - Set the `datadog_service_name` to the name of the service you want to use to filter for the resource in DataDog + - Set the `datadog_site` to the [DataDog destination site](https://docs.datadoghq.com/getting_started/site/) for your metrics, traces, and logs * Run the following commands ``` @@ -55,8 +55,8 @@ terraform apply | Name | Description | Type | Default | Required | |------|-------------|------|---------|:--------:| -| [datadog\_secret\_arn](#input\_datadog\_secret\_arn) | Secret for Datadog API Key | `string` | n/a | yes | -| [datadog\_service\_name](#input\_datadog\_service\_name) | Service used to filter for resources in Datadog | `string` | n/a | yes | +| [datadog\_secret\_arn](#input\_datadog\_secret\_arn) | Secret for DataDog API Key | `string` | n/a | yes | +| [datadog\_service\_name](#input\_datadog\_service\_name) | Service used to filter for resources in DataDog | `string` | n/a | yes | | [datadog\_site](#input\_datadog\_site) | Destination site for your metrics, traces, and logs | `string` | n/a | yes | ## Outputs diff --git a/examples/java/README.md b/examples/java/README.md index f5fac40..4432a71 100644 --- a/examples/java/README.md +++ b/examples/java/README.md @@ -1,15 +1,15 @@ # Java Example -A simple Java Lambda function with out of the box Datadog instrumentation. +A simple Java Lambda function with out of the box DataDog instrumentation. ## Usage -* Create a [Datadog API Key](https://app.datadoghq.com/organization-settings/api-keys) -* Create a secret in [AWS Secrets Manager](https://docs.aws.amazon.com/secretsmanager/latest/userguide/intro.html) and add the Datadog API Key as the secret value in plaintext +* Create a [DataDog API Key](https://app.datadoghq.com/organization-settings/api-keys) +* Create a secret in [AWS Secrets Manager](https://docs.aws.amazon.com/secretsmanager/latest/userguide/intro.html) and add the DataDog API Key as the secret value in plaintext * Create a `terraform.tfvars` file - Set the `datadog_secret_arn` to the arn of the secret you just created - - Set the `datadog_service_name` to the name of the service you want to use to filter for the resource in Datadog - - Set the `datadog_site` to the [Datadog destination site](https://docs.datadoghq.com/getting_started/site/) for your metrics, traces, and logs + - Set the `datadog_service_name` to the name of the service you want to use to filter for the resource in DataDog + - Set the `datadog_site` to the [DataDog destination site](https://docs.datadoghq.com/getting_started/site/) for your metrics, traces, and logs * Run the following commands ``` @@ -54,8 +54,8 @@ terraform apply | Name | Description | Type | Default | Required | |------|-------------|------|---------|:--------:| -| [datadog\_secret\_arn](#input\_datadog\_secret\_arn) | Secret for Datadog API Key | `string` | n/a | yes | -| [datadog\_service\_name](#input\_datadog\_service\_name) | Service used to filter for resources in Datadog | `string` | n/a | yes | +| [datadog\_secret\_arn](#input\_datadog\_secret\_arn) | Secret for DataDog API Key | `string` | n/a | yes | +| [datadog\_service\_name](#input\_datadog\_service\_name) | Service used to filter for resources in DataDog | `string` | n/a | yes | | [datadog\_site](#input\_datadog\_site) | Destination site for your metrics, traces, and logs | `string` | n/a | yes | ## Outputs diff --git a/examples/node/README.md b/examples/node/README.md index 5703be9..f03e044 100644 --- a/examples/node/README.md +++ b/examples/node/README.md @@ -1,15 +1,15 @@ # Node Example -A simple Node Lambda function with out of the box Datadog instrumentation. +A simple Node Lambda function with out of the box DataDog instrumentation. ## Usage -* Create a [Datadog API Key](https://app.datadoghq.com/organization-settings/api-keys) -* Create a secret in [AWS Secrets Manager](https://docs.aws.amazon.com/secretsmanager/latest/userguide/intro.html) and add the Datadog API Key as the secret value in plaintext +* Create a [DataDog API Key](https://app.datadoghq.com/organization-settings/api-keys) +* Create a secret in [AWS Secrets Manager](https://docs.aws.amazon.com/secretsmanager/latest/userguide/intro.html) and add the DataDog API Key as the secret value in plaintext * Create a `terraform.tfvars` file - Set the `datadog_secret_arn` to the arn of the secret you just created - - Set the `datadog_service_name` to the name of the service you want to use to filter for the resource in Datadog - - Set the `datadog_site` to the [Datadog destination site](https://docs.datadoghq.com/getting_started/site/) for your metrics, traces, and logs + - Set the `datadog_service_name` to the name of the service you want to use to filter for the resource in DataDog + - Set the `datadog_site` to the [DataDog destination site](https://docs.datadoghq.com/getting_started/site/) for your metrics, traces, and logs * Run the following commands ``` @@ -53,8 +53,8 @@ terraform apply | Name | Description | Type | Default | Required | |------|-------------|------|---------|:--------:| -| [datadog\_secret\_arn](#input\_datadog\_secret\_arn) | Secret for Datadog API Key | `string` | n/a | yes | -| [datadog\_service\_name](#input\_datadog\_service\_name) | Service used to filter for resources in Datadog | `string` | n/a | yes | +| [datadog\_secret\_arn](#input\_datadog\_secret\_arn) | Secret for DataDog API Key | `string` | n/a | yes | +| [datadog\_service\_name](#input\_datadog\_service\_name) | Service used to filter for resources in DataDog | `string` | n/a | yes | | [datadog\_site](#input\_datadog\_site) | Destination site for your metrics, traces, and logs | `string` | n/a | yes | ## Outputs diff --git a/examples/python/README.md b/examples/python/README.md index 6b4f3fb..72e58f2 100644 --- a/examples/python/README.md +++ b/examples/python/README.md @@ -1,15 +1,15 @@ # Python Example -A simple Python Lambda function with out of the box Datadog instrumentation. +A simple Python Lambda function with out of the box DataDog instrumentation. ## Usage -* Create a [Datadog API Key](https://app.datadoghq.com/organization-settings/api-keys) -* Create a secret in [AWS Secrets Manager](https://docs.aws.amazon.com/secretsmanager/latest/userguide/intro.html) and add the Datadog API Key as the secret value in plaintext +* Create a [DataDog API Key](https://app.datadoghq.com/organization-settings/api-keys) +* Create a secret in [AWS Secrets Manager](https://docs.aws.amazon.com/secretsmanager/latest/userguide/intro.html) and add the DataDog API Key as the secret value in plaintext * Create a `terraform.tfvars` file - Set the `datadog_secret_arn` to the arn of the secret you just created - - Set the `datadog_service_name` to the name of the service you want to use to filter for the resource in Datadog - - Set the `datadog_site` to the [Datadog destination site](https://docs.datadoghq.com/getting_started/site/) for your metrics, traces, and logs + - Set the `datadog_service_name` to the name of the service you want to use to filter for the resource in DataDog + - Set the `datadog_site` to the [DataDog destination site](https://docs.datadoghq.com/getting_started/site/) for your metrics, traces, and logs * Run the following commands ``` @@ -53,8 +53,8 @@ terraform apply | Name | Description | Type | Default | Required | |------|-------------|------|---------|:--------:| -| [datadog\_secret\_arn](#input\_datadog\_secret\_arn) | Secret for Datadog API Key | `string` | n/a | yes | -| [datadog\_service\_name](#input\_datadog\_service\_name) | Service used to filter for resources in Datadog | `string` | n/a | yes | +| [datadog\_secret\_arn](#input\_datadog\_secret\_arn) | Secret for DataDog API Key | `string` | n/a | yes | +| [datadog\_service\_name](#input\_datadog\_service\_name) | Service used to filter for resources in DataDog | `string` | n/a | yes | | [datadog\_site](#input\_datadog\_site) | Destination site for your metrics, traces, and logs | `string` | n/a | yes | ## Outputs diff --git a/smoke_tests/README.md b/smoke_tests/README.md index 15c08f7..1c5d40a 100644 --- a/smoke_tests/README.md +++ b/smoke_tests/README.md @@ -5,12 +5,12 @@ that we support, making sure that our default parameters are sensible. ## Usage -* Create a [Datadog API Key](https://app.datadoghq.com/organization-settings/api-keys) -* Create a secret in [AWS Secrets Manager](https://docs.aws.amazon.com/secretsmanager/latest/userguide/intro.html) and add the Datadog API Key as the secret value in plaintext +* Create a [DataDog API Key](https://app.datadoghq.com/organization-settings/api-keys) +* Create a secret in [AWS Secrets Manager](https://docs.aws.amazon.com/secretsmanager/latest/userguide/intro.html) and add the DataDog API Key as the secret value in plaintext * Create a `terraform.tfvars` file - Set the `datadog_secret_arn` to the arn of the secret you just created - - Set the `datadog_service_name` to the name of the service you want to use to filter for the resource in Datadog - - Set the `datadog_site` to the [Datadog destination site](https://docs.datadoghq.com/getting_started/site/) for your metrics, traces, and logs + - Set the `datadog_service_name` to the name of the service you want to use to filter for the resource in DataDog + - Set the `datadog_site` to the [DataDog destination site](https://docs.datadoghq.com/getting_started/site/) for your metrics, traces, and logs * Run the following commands ```