We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ec07d5 commit d34186dCopy full SHA for d34186d
1 file changed
s3-sqs-lambda-terraform/main.tf
@@ -2,7 +2,7 @@ terraform {
2
required_providers {
3
aws = {
4
source = "hashicorp/aws"
5
- version = "~> 5.77.0"
+ version = "~> 6.19.0"
6
}
7
8
@@ -84,7 +84,7 @@ resource "aws_lambda_function" "MyHandlerFunction-Function" {
84
function_name = "s3-sqs-lambda-tf-LambdaFunction"
85
role = aws_iam_role.MyHandlerFunction-Role.arn
86
handler = "app.handler"
87
- runtime = "nodejs22.x"
+ runtime = "nodejs24.x"
88
89
90
# Create a zip file from the Lambda source code
0 commit comments