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
cdk-monitoring-constructs is currently unable to create monitors for replica DynamoDB tables created with the replicationRegions property. Passing an ITable created with a replica table's ARN (using fromTableArn) into the DynamoTableMonitoringProps's table property creates widgets for the main table that is being replicated, instead of the desired replica table.
I believe this is currently happening because these lines strip the replica's region info from the final reference by only using the tableName property.
The text was updated successfully, but these errors were encountered:
echeung-amzn
changed the title
Add support for monitoring replica DynamoDB tables
[dynamodb] Add support for monitoring replica DynamoDB tables
Apr 4, 2023
Feature scope
DynamoDB
Describe your suggested feature
cdk-monitoring-constructs
is currently unable to create monitors for replica DynamoDB tables created with thereplicationRegions
property. Passing anITable
created with a replica table's ARN (usingfromTableArn
) into theDynamoTableMonitoringProps
'stable
property creates widgets for the main table that is being replicated, instead of the desired replica table.I believe this is currently happening because these lines strip the replica's region info from the final reference by only using the
tableName
property.The text was updated successfully, but these errors were encountered: