Skip to content

Commit 89c47c1

Browse files
authored
Merge pull request aws-samples#2911 from kakakakakku/terraform-sqs-lambda
terraform-sqs-lambda: Update AWS Lambda Terraform module for Python 3.14
2 parents 98d5a22 + be0040f commit 89c47c1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

terraform-sqs-lambda/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ provider "aws" {
88

99
module "lambda_function" {
1010
source = "terraform-aws-modules/lambda/aws"
11-
version = "~> 4.0"
11+
version = "~> 8.0"
1212

1313
function_name = "${random_pet.this.id}-lambda"
1414
description = "My awesome lambda function"

0 commit comments

Comments
 (0)