Is there any ways to read the Read/Write Capacity Units consumed of DynamoDB table?
I tried describeTable, but it only returns me Provisioned Read/Write Capacity Units. I hope i can get current Read/Write Capacity Units consumed of certain table.
Be more specific, I am writing my own monitor to check DynamoDB table capacity by php. if the capacity is high, i will do something. i do not want use CloudWatch Alarms. Is there any other ways to get Read/Write Capacity Units consumed?