Is there any way out I can integrate Dynamodb with Wavemaker?
I have found that to do so the database must have Hibernate and jdbc driver, but hibernate is not there in Dynamo instead DynamoDBMapper is present.
Is there anyway I can do the integration. Or if there is any dashboard i can implement over dynamo to do the analysis of the data would also work.
No. DynamoDB doesn't have Hibernate / JDBC connection. Those are technologies for RDMBS (SQL) databases. DynamoDB is a NoSQL product. The two don't match.