Skip to content

Commit 8257922

Browse files
authored
Merge pull request DataDog#257 from DataDog/jon.vanbriesen/aws-rds-enhanced-monitoring-docs-change
[cloud-ints] Updating docs to reflect rds support of python 3
2 parents 674afae + e8867b9 commit 8257922

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aws/rds_enhanced_monitoring/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ Process a RDS enhanced monitoring DATA_MESSAGE, coming from CLOUDWATCH LOGS
169169
170170
- Create a `lambda_execution` role and attach this policy.
171171
172-
- Create a lambda function: skip the blueprint, name it `functionname`, set the runtime to `Python 2.7`, the handle to `lambda_function.lambda_handler`, and the role to `lambda_execution`.
172+
- Create a lambda function: skip the blueprint, name it `functionname`, set the runtime to `Python 3.7`, the handle to `lambda_function.lambda_handler`, and the role to `lambda_execution`.
173173
174174
- Copy the content of `functionname/lambda_function.py` in the code section, and make sure to update the `KMS_ENCRYPTED_KEYS` environment variable with the encrypted key generated in step 1.
175175

0 commit comments

Comments
 (0)