serverless-plugin-offline-dynamodb-stream
serverless-plugin-offline-dynamodb-stream copied to clipboard
does not fire events with persistent database
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 ;) )