serverless-plugin-offline-dynamodb-stream icon indicating copy to clipboard operation
serverless-plugin-offline-dynamodb-stream copied to clipboard

Question: ability to support wildcard for when the table name is not static

Open renatoargh opened this issue 2 years ago • 0 comments

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?

renatoargh avatar Feb 10 '23 15:02 renatoargh