serverless-plugin-offline-dynamodb-stream
serverless-plugin-offline-dynamodb-stream copied to clipboard
Question: ability to support wildcard for when the table name is not static
First of all, thank you for the great work on this plugin!
I currently have a use case where I create one table per test run to isolate data between tests and ensure I am testing against a clean state.
The problem is that these dynamic table names are created by appending a UUID suffix at the end therefore offline-dynamodb-stream won't be able to detect changes to them.
There is any way I can workaround this issue or any plans on addressing this use case?