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: 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
@@ -96,7 +96,7 @@ After deploying this solution, you will see two types of resources:
96
96
2.**Local resources created per region:**
97
97
***IAM Role**: An IAM role will be created so the Lambda function can assume this role while executing.
98
98
***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.
100
100
***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.
0 commit comments