I would like to verify in my service /health
check that I have a connection with my dynamodb.
I am searching for something like select 1
in MySQL (its only ping the db and return 1) but for dynamodb.
I saw this post but searching for a nonexisting item is an expensive action.
Any ideas on how to only ping my db?