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.

feita há 6 meses324 visualizações
1 Resposta
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
respondido há 6 meses

Você não está conectado. Fazer login para postar uma resposta.

Uma boa resposta responde claramente à pergunta, dá feedback construtivo e incentiva o crescimento profissional de quem perguntou.

Diretrizes para responder a perguntas