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

does not fire events with persistent database

Open martinjuhasz opened this issue 5 years ago • 0 comments

Hey, thanks for creating this plugin! I started using this, as i needed dynamodb streams to work locally in combination with serverless-dynamodb-local and serverless-offline.

It works fine as long is i have the setting inMemory: true setted in the custom dynamodb settings. As soon as i want to use a persistent database and remove inMemory and set dbPath: ${env:PWD}/.dynamodb, events are no longer fired. basically nothing happens.

Would love to have this also working with a persistent db, so i don't need to re-seed everything each time serverless-offline crashed (because of me ;) )

martinjuhasz avatar Feb 13 '20 08:02 martinjuhasz