Skip to content

Commit

Permalink
fix: update advanced ocr path in templates
Browse files Browse the repository at this point in the history
  • Loading branch information
yanbasic committed Aug 15, 2023
1 parent 53b8713 commit f524e9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api-deployment/ai-solution-kit-stack.ts
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ export class AISolutionKitStack extends Stack {
ecrRegistry: props?.ecrRegistry,
});
(advancedOCRSageMaker.nestedStackResource as CfnStack).cfnOptions.condition = cfnTemplate.getCondition('ConditionAdvancedOCRSageMaker');
this.addOutput(cfnTemplate, api.restApiId, 'advanced-ocr-ml', 'Advanced OCR - Multilingual', 'ConditionAdvancedOCRSageMaker');
this.addOutput(cfnTemplate, api.restApiId, 'advanced-ocr', 'Advanced OCR - Multilingual', 'ConditionAdvancedOCRSageMaker');
}

// Feature: General OCR - Traditional Chinese
Expand Down

0 comments on commit f524e9a

Please sign in to comment.