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

Commit

Permalink
doc: update IG url
Browse files Browse the repository at this point in the history
  • Loading branch information
ynyany committed Mar 2, 2022
1 parent ab02e5f commit 3a241f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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://docs.aws.amazon.com/solutions/latest/dynamic-object-and-rule-extensions-for-aws-network-firewall/welcome.html) 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 Expand Up @@ -130,7 +130,7 @@ Notice for data retention and audit purpose the following 2 types of resource wi


## Collection of operational metrics
This solution collects anonymous operational metrics to help AWS improve the quality and features of the solution. For more information, including how to disable this capability, please see the [implementation guide](https://aws.amazon.com/solutions/implementations/dynamic-object-and-rule-extensions-for-anfw/collection-of-operational-metrics.html).
This solution collects anonymous operational metrics to help AWS improve the quality and features of the solution. For more information, including how to disable this capability, please see the [implementation guide](https://docs.aws.amazon.com/solutions/latest/dynamic-object-and-rule-extensions-for-aws-network-firewall/collection-of-operational-metrics.html).

***

Expand Down

0 comments on commit 3a241f0

Please sign in to comment.