Skip to content

Commit 69cf506

Browse files
committed
refactor: Remove unused process file integration from BackendStack
1 parent 412ac89 commit 69cf506

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

backend/src/iac/backend-stack.ts

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -423,13 +423,6 @@ export class BackendStack extends cdk.Stack {
423423
},
424424
});
425425

426-
const processFileIntegration = new apigateway.Integration({
427-
type: apigateway.IntegrationType.HTTP_PROXY,
428-
integrationHttpMethod: 'POST',
429-
uri: `${serviceUrl}/api/document-processor/process-file`,
430-
options: integrationOptions,
431-
});
432-
433426
const patchReportStatusIntegration = new apigateway.Integration({
434427
type: apigateway.IntegrationType.HTTP_PROXY,
435428
integrationHttpMethod: 'PATCH',

0 commit comments

Comments
 (0)