Hi Experts,
Looking for advice or suggestion on how to solve an issue - when using AWS CloudWatch as data source to obtain DynamoDB tables in a region using dimension_values(us-east-1, AWS/DynamoDB, ProvisionedReadCapacityUnits, TableName) to populate a variable, it returns tables across regions instead of specific to region i.e. us-east-1.
Issue is dimension_values returns tables that match the metric name ProvisionedReadCapacityUnits across all AWS regions however ideally it should return tables having the metric (ProvisionedReadCapacityUnits) in a specific region.
Any idea or suggestion how to solve it.
Thanks