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 412ac89 commit 69cf506Copy full SHA for 69cf506
backend/src/iac/backend-stack.ts
@@ -423,13 +423,6 @@ export class BackendStack extends cdk.Stack {
423
},
424
});
425
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
-
433
const patchReportStatusIntegration = new apigateway.Integration({
434
type: apigateway.IntegrationType.HTTP_PROXY,
435
integrationHttpMethod: 'PATCH',
0 commit comments