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.

asked 6 months ago293 views
1 Answer
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
answered 6 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions