If I drop a DynamoDB table with a stream, the table goes away, but I can still see the stream for several days:
Why is that? How can I delete those unused streams?
If I drop a DynamoDB table with a stream, the table goes away, but I can still see the stream for several days:
Why is that? How can I delete those unused streams?
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.