Skip to content

Commit 6869a4a

Browse files
committed
fix: Remove hardcoded 5-minute timeout from API Gateway integration options
1 parent 5e9c3eb commit 6869a4a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

backend/src/iac/backend-stack.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,6 @@ export class BackendStack extends cdk.Stack {
405405
const integrationOptions = {
406406
connectionType: apigateway.ConnectionType.VPC_LINK,
407407
vpcLink: vpcLink,
408-
timeout: cdk.Duration.seconds(300), // Adding 5-minute timeout (300 seconds)
409408
};
410409

411410
const getDocsIntegration = new apigateway.Integration({

0 commit comments

Comments
 (0)