Skip to content

Commit

Permalink
Bump lambda timeout to 15 minutes
Browse files Browse the repository at this point in the history
  • Loading branch information
philmcmahon committed Jan 8, 2025
1 parent c9dd8e5 commit a4dc93c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2161,7 +2161,7 @@ service transcription-service-worker start",
"Value": "TEST",
},
],
"Timeout": 30,
"Timeout": 900,
},
"Type": "AWS::Lambda::Function",
},
Expand Down
1 change: 1 addition & 0 deletions packages/cdk/lib/transcription-service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,7 @@ export class TranscriptionService extends GuStack {
app: `${APP_NAME}-api`,
ephemeralStorageSize: Size.mebibytes(10240),
memorySize: 512,
timeout: Duration.seconds(900),
api: {
id: apiId,
description: 'API for transcription service frontend',
Expand Down

0 comments on commit a4dc93c

Please sign in to comment.