diff --git a/apps/server/src/functions/index.ts b/apps/server/src/functions/index.ts index 7a650049..6e3807f2 100644 --- a/apps/server/src/functions/index.ts +++ b/apps/server/src/functions/index.ts @@ -28,6 +28,7 @@ export const functions: AWS["functions"] = { }, getWeekly: { handler: "src/functions/cron/getWeeklyHandler.main", + timeout: 600, events: [ { schedule: { @@ -39,6 +40,7 @@ export const functions: AWS["functions"] = { }, updateDaily: { handler: "src/functions/cron/updateDailyHandler.main", + timeout: 600, events: [ { schedule: {