Skip to content

Commit c7cc178

Browse files
committed
[AWSX-1559] chore: update python version in docs
1 parent 39225d1 commit c7cc178

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

aws/logs_monitoring/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ resource "aws_cloudformation_stack" "datadog_forwarder" {
115115

116116
If you can't install the Forwarder using the provided CloudFormation template, you can install the Forwarder manually following the steps below. Feel free to open an issue or pull request to let us know if there is anything we can improve to make the template work for you.
117117

118-
1. Create a Python 3.12 Lambda function using `aws-dd-forwarder-<VERSION>.zip` from the latest [releases][101].
118+
1. Create a Python 3.13 Lambda function using `aws-dd-forwarder-<VERSION>.zip` from the latest [releases][101].
119119
2. Save your [Datadog API key][102] in AWS Secrets Manager, set environment variable `DD_API_KEY_SECRET_ARN` with the secret ARN on the Lambda function, and add the `secretsmanager:GetSecretValue` permission to the Lambda execution role.
120120
3. If you need to forward logs from S3 buckets, add the `s3:GetObject` permission to the Lambda execution role.
121121
4. Set the environment variable `DD_ENHANCED_METRICS` to `false` on the Forwarder. This stops the Forwarder from generating enhanced metrics itself, but it will still forward custom metrics from other lambdas.DdFetchLambdaTags
@@ -149,7 +149,7 @@ The <a href="#cloudformation-parameters">environment variables provided on this
149149
If you encounter issues upgrading to the latest version, check the Troubleshooting section.
150150

151151
### Upgrade an older verison to 4.3.0+
152-
Starting verison 4.3.0 Lambda forwarder will support a single python version only. The supported Python version of this release is 3.12.
152+
Starting verison 4.3.0 Lambda forwarder will support a single python version only. The supported Python version of this release is 3.13.
153153

154154
### Upgrade an older version to +4.0.0
155155
Starting version 4.0.0 `source`, `service` and `host` identification logic will be pulled out from the Lambda forwarder's code and set in directly in Datadog's backend. The first migrated log source is `RDS`.
@@ -592,7 +592,7 @@ The value of the `service` tag is determined based on multiple inputs. These inp
592592
1. Log message custom tags: If the log message has a `ddtags` key which contains a `service` tag value, it will be used to override the `service` tag in the log event.
593593
2. Lambda tags cache (applicable for Lambda logs only): Activating `DdFetchLambdaTags` will fetch and store all Lambda functions tags and will override the `service` tag if it wasn't set previously or was set to a default value i.e. `source` value.
594594
3. Cloudwatch log group tags cache (applicable for Cloudwatch logs only): Activating `DdFetchLogGroupTags` will fetch and store all Cloudwatch log groups tags which are added to the `ddtags` entry in the log event. If `service` tag value was set in the tags cache it will be used to set the `service` tag for the log event.
595-
4. Directly setting a `service` tag value in the forwarder's `ddtags` ENV var.
595+
4. Directly setting a `service` tag value in the forwarder's `ddtags` ENV var.
596596
5. Default value equal to the `source` tag.
597597

598598

aws/vpc_flow_log_monitoring/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ version, account, eni, source, destination, srcport, destport="22", protocol="6"
4949
5050
- Create a `lambda_execution` role and attach this policy
5151
52-
- Create a lambda function: Skip the blueprint, name it `functionname`, set the Runtime to `Python 3.12`, the Architecture to `arm64`,, the handle to `lambda_function.lambda_handler`, and the role to `lambda_execution`.
52+
- Create a lambda function: Skip the blueprint, name it `functionname`, set the Runtime to `Python 3.13`, the Architecture to `arm64`,, the handle to `lambda_function.lambda_handler`, and the role to `lambda_execution`.
5353
5454
- Copy the content of `functionname/lambda_function.py` in the code section, make sure to update the `KMS_ENCRYPTED_KEYS` environment variable with the encrypted key generated in step 1
5555

0 commit comments

Comments
 (0)