Skip to content

aniketsinha/DynamoDB_Throttling_Tests

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

DynamoDB Throttling Tests

DynamoDB charges money based on provisioned read and write capacity. You have to ensure you are not underprovisioning/overprovisioning your tables. In case the table is underprovisioned, read and write requests will throttle, and in case of overprovisioning, you'll end up paying more money.

This project aims to provide idea about the throttling of requests based on provisioning. This sends multiple requests to DynamoDB using Threads and give stats on successful and throttled requests.

About

Test throttling of DynamoDB table

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages