I am using Spring Boot 2 with DynamoDB. Is it possible to expose health check of dynamoDB on Spring Boot actuator /health endpoint?
Recently I had situation where my application was not able to connect to DynamoDB (exception from underlying connection HTTP pool).