Skip to content
This repository was archived by the owner on Feb 19, 2025. It is now read-only.

Commit

Permalink
doc: update IG link
Browse files Browse the repository at this point in the history
  • Loading branch information
ynyany committed Mar 2, 2022
1 parent fd2b99a commit ab02e5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ The solution provides a RESTful interface with CRUD APIs for managing rule bundl
*Request Orchestration*


1. The API gateway provides the primary interface for the customer to interact with this solution, including endpoints to manage the domain entities include Rule/Object/RuleBundle, as well as list Audit info. Please refer to (implementation guide)[ https://aws.amazon.com/solutions/implementations/dynamic-object-and-rule-extensions-for-anfw/] for information on updating the Data.
1. The API gateway provides the primary interface for the customer to interact with this solution, including endpoints to manage the domain entities include Rule/Object/RuleBundle, as well as list Audit info. Please refer to [implementation guide](https://aws.amazon.com/solutions/implementations/dynamic-object-and-rule-extensions-for-anfw/) for information on updating the Data.
2. Request is forwarded to the Lambda function which coordinates the handling of the request.
3. *Optional* - based on configuration value enableOpa. When enableOpa=ture, Lambda triggers ECS-hosted OPA cluster to exercise validation on the request based on context, e.g, is the requester allowed to perform the Create Object action?
4. Lambda issues request data from DynamoDB to read from or write to domain entity tables
Expand Down

0 comments on commit ab02e5f

Please sign in to comment.