I want to know the number of unique items being queried from (Get/BatchGet) DynamoDB for given time period (say per day), is there a way to figure it out?
For example: 500 unique documents were queried in last 10 minutes.
I want to know the number of unique items being queried from (Get/BatchGet) DynamoDB for given time period (say per day), is there a way to figure it out?
For example: 500 unique documents were queried in last 10 minutes.
You can log all data plane activities to CloudTrail and query the logs: