You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: SampleApplications/2023/ServerlessDocumentAnalysis/README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ This solution is meant to be useful in real-world scenario, in which multiple te
26
26
## Overview of the solution
27
27
28
28
This is an overview of the process. The names of the resources are generic, since each deployment will yield resources with different physical names (to avoid resource name collission). Sone design decisions are noted below, but there are alternate ways of accomplishing some of the items.
29
-

29
+

30
30
31
31
This application is self contained. We will refer to an external application that integrates with this system as the "client application". There can be more than one client application, and a client application that provides input (i.e. uploads a file) may be different than an application that responds to the output of the system.
32
32
1. A client application writes a PDF to the `InputBucket` S3 bucket.
@@ -51,7 +51,7 @@ This application is self contained. We will refer to an external application tha
51
51
52
52
3. The Step Function definition can be seen here. It consists of seven Lambda function integrations and two SQS integrations. Any unrecoverable errors (from any of the Lambda functions) are caught and sent to the `FailureFunction` function, which then writes a message to the `FailureQueue` with details for the client.
53
53
54
-

54
+

55
55
56
56
4. The EventBridge message is parsed by the `InitializeProcessing` Lambda function, which creates a record in the `ProcessData` DynamoDB table. It also retrieves the query text from the `ConfigData` DynamoDB table for use in the next step.
57
57
@@ -174,4 +174,4 @@ This will delete any resources created, as well as any data contained within you
174
174
These are some items that will be added at a later date to make the solution more extensible
175
175
1. Create a Systems Manager Parameter that will parameterize the following items:
176
176
- The name of the tag that is used to specify queries to be applied to the document analysis (currently hardcoded to 'Queries')
177
-
1. Add a configuration swith that will enable selecting to build the .NET Lambda functions with Native AOT
177
+
1. Add a configuration swith that will enable selecting to build the .NET Lambda functions with Native AOT
0 commit comments