Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[dynamodb] Add support for monitoring replica DynamoDB tables #323

Open
mattjt-amzn opened this issue Feb 8, 2023 · 0 comments
Open

[dynamodb] Add support for monitoring replica DynamoDB tables #323

mattjt-amzn opened this issue Feb 8, 2023 · 0 comments
Labels
feature-request New feature

Comments

@mattjt-amzn
Copy link

Feature scope

DynamoDB

Describe your suggested feature

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.

@mattjt-amzn mattjt-amzn added the feature-request New feature label Feb 8, 2023
@echeung-amzn echeung-amzn changed the title Add support for monitoring replica DynamoDB tables [dynamodb] Add support for monitoring replica DynamoDB tables Apr 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request New feature
Projects
None yet
Development

No branches or pull requests

1 participant