Skip to content

Commit

Permalink
Update example-pattern.json (#2447)
Browse files Browse the repository at this point in the history
The framework showed as CDK but it is meant to be SAM. Corrected.
  • Loading branch information
sonihemish committed Sep 1, 2024
1 parent 4f0b89d commit e4929b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion s3-object-lambda-textract/example-pattern.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down

0 comments on commit e4929b9

Please sign in to comment.