DynamoDB 流在 Table Dropped/Deleted 之后仍然存在
DynamoDB Stream Remains After Table Dropped/Deleted
如果我删除带有流的 DynamoDB table,table 就会消失,但几天后我仍然可以看到该流:
这是为什么?如何删除那些未使用的流?
根据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.
如果我删除带有流的 DynamoDB table,table 就会消失,但几天后我仍然可以看到该流:
这是为什么?如何删除那些未使用的流?
根据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.