Skip to content

Commit

Permalink
build: bump nodejs layer to 4.3.0 (#426)
Browse files Browse the repository at this point in the history
  • Loading branch information
kruskall authored Dec 28, 2023
1 parent 8b7d8f3 commit b55ec27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tf/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ resource "aws_lambda_function" "test_lambda" {

layers = [
aws_lambda_layer_version.lambda_layer.arn,
"arn:aws:lambda:${var.aws_region}:267093732750:layer:elastic-apm-node-ver-3-38-0:1",
"arn:aws:lambda:${var.aws_region}:267093732750:layer:elastic-apm-node-ver-4-3-0:1",
]

environment {
Expand Down

0 comments on commit b55ec27

Please sign in to comment.