Skip to content

Commit

Permalink
fix: bump datadog forwarder version
Browse files Browse the repository at this point in the history
`3.100.0` uses python 3.11 (https://github.com/DataDog/datadog-serverless-functions/releases)

`3.27.0` used python 3.7, which is discontinued from use in lambdas:

`Error: waiting for CloudFormation Stack (arn:aws:cloudformation:us-east-2:591234544403:stack/sbytsko-model-inference-development-datadog-forwarder/e3702a20-cf56-11ee-b589-069aef2f5291) create: failed to create CloudFormation stack, rollback requested (ROLLBACK_COMPLETE): ["The following resource(s) failed to create: [ForwarderZipCopier]. Rollback requested by user." "Resource handler returned message: \"The runtime parameter of python3.7 is no longer supported for creating or updating AWS Lambda functions. We recommend you use the new runtime (python3.12) while creating or updating functions. (Service: Lambda, Status Code: 400, Request ID: a66f6168-4d35-4951-a6ad-34f9fb2e44f6)\" (RequestToken: f1ccfe80-2ed5-56d9-2651-c67973f02bda, HandlerErrorCode: InvalidRequest)"]`
  • Loading branch information
zbstof committed Feb 19, 2024
1 parent 4570a45 commit 3678529
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vars.tf
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ variable "log_exclude_at_match" {
variable "dd_forwarder_template_version" {
description = "Sets Datadog Forwarder version to use"
type = string
default = "3.27.0"
default = "3.100.0"
}

variable "dd_forwarder_dd_site" {
Expand Down

0 comments on commit 3678529

Please sign in to comment.