Skip to content

Commit d34186d

Browse files
committed
updated required versions
1 parent 7ec07d5 commit d34186d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

s3-sqs-lambda-terraform/main.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ terraform {
22
required_providers {
33
aws = {
44
source = "hashicorp/aws"
5-
version = "~> 5.77.0"
5+
version = "~> 6.19.0"
66
}
77
}
88

@@ -84,7 +84,7 @@ resource "aws_lambda_function" "MyHandlerFunction-Function" {
8484
function_name = "s3-sqs-lambda-tf-LambdaFunction"
8585
role = aws_iam_role.MyHandlerFunction-Role.arn
8686
handler = "app.handler"
87-
runtime = "nodejs22.x"
87+
runtime = "nodejs24.x"
8888
}
8989

9090
# Create a zip file from the Lambda source code

0 commit comments

Comments
 (0)