Show dynamodb table in Amazon managed grafana

0

Hi,

I want to display the content of a Dynamodb table in an amazon managed grafana dashboard. How could I do it?

Regards.

已提问 6 个月前322 查看次数
1 回答
0

DynamoDB is not a supported database with Amazon Managed Grafana yet. Alternatively, you can get the data synced into Redshift and then query it.

The Redshift COPY command supports loading DynamoDB table into Redshift table. This is good for one-time load. Refer https://docs.aws.amazon.com/redshift/latest/dg/copy-parameters-data-source-dynamodb.html

For continued replication refer https://aws.amazon.com/blogs/database/dynamodb-streams-use-cases-and-design-patterns/ which describes leveraging DynamoDB Streams

profile pictureAWS
已回答 6 个月前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则