Right now testing API which is hosted on amazon aws and it has dynamoDB. How do I check in Jmeter that DynamoDB table item count has increased than before sending my api requests?
Currently I am sending bulk requests to read json files, send them as body to same API endpoint and get their response. I want to check dynamoDB. Any help is appreciated.