serverless-plugin-offline-dynamodb-stream
serverless-plugin-offline-dynamodb-stream copied to clipboard
Serverless Plugin for emulating dynamodb stream triggering lambda functions offline
Hello, First time, thanks for your plugin. I just have a problem when I use it when I call the process.env.XXX variables : they are not initialized when my StreamHandle...
AWS retries failed invocations for 24-48 hours i believe (however long the stream retains records), though idk with what kind of backoff algorithm. Is this something you're planning to add?
thanks for building this! instead of having a separate config object in `custom`, why not just parse the streams from the per-function event configuration ([like this one](https://serverless.com/framework/docs/providers/aws/events/streams/))?
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...