The DynamoDB documentation recommends implementing client-side retries with exponential backoff when a ProvisionedThroughputExceededException
is received. My team
has already implemented this as a wrapper around Vogels, but we'd love to push this feature down into Vogels if you're open to the contribution.
The model definition might be good place to enable this feature. For example:
var Account = vogels.define('Account', {
hashKey : 'email',