I am using the AWS free tier and I have 5 DynamoDB tables, each with 5 read/write capacities, although I am not sure I need 5 - I just use them for simple Lambda functions and there is definitely not much written and read.
What happens when I create a sixth table? Will the free 25 read/write capacities be automatically divided? Or will I have to lower the capacities on the other tables to be able to stay within the 25er capacity?
And what exactly happens when I lower the capacity (lets say to just 1)? There is definitely not mich happening, maybe 5-10 reads an hour.