From b7373d9b04f4f929462f1bd676095e7c3e766fa0 Mon Sep 17 00:00:00 2001 From: Davin Glynn <99268114+dg25moravian@users.noreply.github.com> Date: Wed, 23 Apr 2025 13:40:53 -0400 Subject: [PATCH] Doubling timeout time update timeout from 15 to 30 seconds --- template.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/template.yaml b/template.yaml index 5f3d361..44b958b 100644 --- a/template.yaml +++ b/template.yaml @@ -77,5 +77,5 @@ Resources: POSTGRES_PASSWORD: "" POSTGRES_HOST: "" POSTGRES_USER: "" - Timeout: 15 - Role: arn:aws:iam::936771282063:role/334s25_lambda_execution_opensearch \ No newline at end of file + Timeout: 30 + Role: arn:aws:iam::936771282063:role/334s25_lambda_execution_opensearch