Skip to content

Commit 52f50e8

Browse files
authored
Update main.tf
1 parent 9b991bc commit 52f50e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

terraform/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ resource "aws_s3_bucket_notification" "demo_bucket_notification" {
9797
}
9898
}
9999

100-
# Give Lambda permission to call S3
100+
# Give S3 permission to call Lambda
101101
resource "aws_lambda_permission" "s3_lambda_exec_permission" {
102102
statement_id = "AllowExecutionFromS3Bucket"
103103
action = "lambda:InvokeFunction"

0 commit comments

Comments
 (0)