0

If I drop a DynamoDB table with a stream, the table goes away, but I can still see the stream for several days:

enter image description here

Why is that? How can I delete those unused streams?

Adam
  • 3,891
  • 3
  • 19
  • 42

1 Answers1

0

According to the documentation for DynamoDB delete-table:

If you have DynamoDB Streams enabled on the table, then the corresponding stream on that table goes into the DISABLED state, and the stream is automatically deleted after 24 hours.

Deiv
  • 3,000
  • 2
  • 18
  • 30
  • 1
    That one stream (5/1) is over 24 hours old. I guess it just eventually cleans itself up. – Adam May 03 '19 at 21:18