Skip to content

Commit e4929b9

Browse files
authored
Update example-pattern.json (#2447)
The framework showed as CDK but it is meant to be SAM. Corrected.
1 parent 4f0b89d commit e4929b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

s3-object-lambda-textract/example-pattern.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"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.",
44
"language": "Python",
55
"level": "200",
6-
"framework": "CDK",
6+
"framework": "SAM",
77
"introBox": {
88
"headline": "How it works",
99
"text": [

0 commit comments

Comments
 (0)