skborissov
Results
2
comments of
skborissov
> > > @skborissov The low-level `db.batchWriteItem()` will not return an exception if one single operation of the batch failed to be processed, it will return a successful 200 OK...
@debora-ito thanks, I agree that the documentation needs updating. What do you think about changing the `DynamoDBMapper::batchSave` to retry on `ProvisionedThroughputExceededException`, and potentially `InternalServerErrorException`? From an API design perspective, It...