Skip to content

Commit a01cda3

Browse files
committed
modified readme
1 parent aa34533 commit a01cda3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ After deploying this solution, you will see two types of resources:
9696
2. **Local resources created per region:**
9797
* **IAM Role**: An IAM role will be created so the Lambda function can assume this role while executing.
9898
* **Lambda function**: This is the workhorse of the solution. This lambda will be fired on global database failover completion event, and will update the cname.
99-
* **DynamoDB table**: A dynamDB table named `gdbcnamepair` will be created. This table keeps track of the clusters that will be managed by this solution.
99+
* **DynamoDB table**: A DynamoDB table named `gdbcnamepair` will be created. This table keeps track of the clusters that will be managed by this solution.
100100
* **EventBridge Rule**: This EventBridge Rule will be fired when a global database completes failover in the region. This rule has the Lambda function as it's target.
101101

102102
## Cleanup

0 commit comments

Comments
 (0)