Skip to content

Commit ccb6f5c

Browse files
jim80netQingping Hou
authored andcommitted
chore: Update lambda layer for datadog
COREINF-1665 From datadog: > Support User (Datadog) > > Mar 11, 21:37 EDT > > Hello, > > You are receiving this as a follow-up message to the email with subject “[Action Required by March 30] Update Your Datadog Lambda Log Forwarder” because your organization is also running an out-of-date version of the Datadog Lambda Layer for Python that needs to be updated by March 30th. > > Please update as soon as possible to version 11 of the Layer. You can find version 11 on the Github releases page and installation instructions in the README. > > If you would like to update to a more recent version of the layer (>11), please note there are breaking changes. You can find more information on those on the Github releases page. > > Do not hesitate to reach out if you have any questions or concerns. > > Happy monitoring, > Datadog Serverless Team
1 parent 645d293 commit ccb6f5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

logshipping.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ resource "aws_lambda_function" "dd-log" {
9090
# This brings in requirements for the lambda to run (imports modules)
9191
# This allows the dd_log_lambda.zip to be very small https://docs.aws.amazon.com/lambda/latest/dg/configuration-layers.html
9292
# This specific layer is: https://github.com/DataDog/datadog-lambda-layer-python
93-
layers = ["arn:aws:lambda:${var.aws_region}:464622532012:layer:Datadog-Python27:3"]
93+
layers = ["arn:aws:lambda:${var.aws_region}:464622532012:layer:Datadog-Python27:11"]
9494

9595
environment {
9696
variables = {

0 commit comments

Comments
 (0)