serverless-plugin-offline-dynamodb-stream
serverless-plugin-offline-dynamodb-stream copied to clipboard
feature request: retry
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?
The current implementation is very hard to simulate this behavior due to pubsub model provided by the 3rd party lib
I will consider to overwrite this in future. At the mean time, PR is welcome.