Skip to content

Commit b8929c8

Browse files
committed
Adjust the timeout for the Lambda function to 10 seconds.
1 parent 30c9fe3 commit b8929c8

File tree

1 file changed

+1
-0
lines changed
  • Management-Utilities/fsxn-rotate-secret/terraform

1 file changed

+1
-0
lines changed

Management-Utilities/fsxn-rotate-secret/terraform/main.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ resource "aws_lambda_function" "rotateLambdaFunction" {
107107
runtime = "python3.12"
108108
handler = "fsxn_rotate_secret.lambda_handler"
109109
filename = "fsxn_rotate_secret.zip"
110+
timeout = 10
110111
source_code_hash = data.archive_file.lambda.output_base64sha256
111112
}
112113
#

0 commit comments

Comments
 (0)