0

How can I list all the streams associated with one dynamo db table using CLI (terminal aws command)? Even listing all the streams didn't work for me:

aws dynamodb list-streams
Sergey Avdeev
  • 910
  • 1
  • 8
  • 16

1 Answers1

1

To list the DynamoDb streams for a table, use this command

aws dynamodbstreams list-streams --table-name 
qkhanhpro
  • 4,371
  • 2
  • 33
  • 45