Testing showed no apparent issues. To be tagged v5.3.9
@@ -1,2 +1,2 @@
Changes:
-
+* variable "nodejs_runtime" default changed from "nodejs12.x" to "nodejs16.x"
@@ -18,7 +18,7 @@ variable "hec_token" {
variable "nodejs_runtime" {
description = "Runtime version of nodejs for Lambda function"
- default = "nodejs12.x"
+ default = "nodejs16.x"
}
variable "firehose_name" {