mapbox / dyno

simple dynamodb client
MIT License
78 stars 28 forks source link

Adds backend request events #75

Closed rclark closed 9 years ago

rclark commented 9 years ago

When streaming a request, adds dbrequest events that are fired each time a response is received from DynamoDB. Handler is passed the request parameters and the response object. This is useful if you need to diagnose the rates at which your streaming application is making backend requests.