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: unicorn_web/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ Lambda functions handle API Gateway requests to:
10
10
11
11
- Search approved property listings: The **Search function** retrieves property listings marked as APPROVED from the DynamoDB table using multiple search patterns.
12
12
13
-
- Request property listing approval: The **Approval function** sends an EventBridge event requesting approval for a property listing specified in the payload.
13
+
- Request property listing approval: The **Request Approval function** sends an EventBridge event requesting approval for a property listing specified in the payload.
14
14
15
15
- Process approved listings: The **Publication Evaluation Event Handler function** processes `PublicationEvaluationCompleted` events from the Unicorn Approvals service and writes the evaluation result to the DynamoDB table.
0 commit comments