Update dynamoDB createTable function to also setup the table + index with autoscaling enabled #15
Labels
enhancement
New feature or request
Hacktoberfest
This issue counts towards Hacktoberfest contributions
Currently, the
createTable
function creates a DynamoDB table + index as required, but doesn't set up autoscaling for either of them. This is essential to have since we create the table with the read & write capacity units set to1
so there's a good chance we will hit the threshold for complicated/new queries we might add to the table.The text was updated successfully, but these errors were encountered: