We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e9c3eb commit 6869a4aCopy full SHA for 6869a4a
backend/src/iac/backend-stack.ts
@@ -405,7 +405,6 @@ export class BackendStack extends cdk.Stack {
405
const integrationOptions = {
406
connectionType: apigateway.ConnectionType.VPC_LINK,
407
vpcLink: vpcLink,
408
- timeout: cdk.Duration.seconds(300), // Adding 5-minute timeout (300 seconds)
409
};
410
411
const getDocsIntegration = new apigateway.Integration({
0 commit comments