From e4929b91f298172850d78c95c751d7a554ff9301 Mon Sep 17 00:00:00 2001 From: Hemish Soni <49190813+sonihemish@users.noreply.github.com> Date: Sun, 1 Sep 2024 13:28:33 +0100 Subject: [PATCH] Update example-pattern.json (#2447) The framework showed as CDK but it is meant to be SAM. Corrected. --- s3-object-lambda-textract/example-pattern.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/s3-object-lambda-textract/example-pattern.json b/s3-object-lambda-textract/example-pattern.json index c6108c5f1..f38f0c7c9 100644 --- a/s3-object-lambda-textract/example-pattern.json +++ b/s3-object-lambda-textract/example-pattern.json @@ -3,7 +3,7 @@ "description": "This pattern provides a simple On-demand mechanism of extracting key value pair from document for Intelligent document processing.Example Use case : If an enterprise has a large volume of PDF document and does not want to run a batch job due to the cost of processing of extracting / processing all the document, S3 Ojbect lambda provdies a good mechanism to extract only the OCR document on need basis without major changes to the architecture and in a serverless fashion, optimising cost.", "language": "Python", "level": "200", - "framework": "CDK", + "framework": "SAM", "introBox": { "headline": "How it works", "text": [