can not mapping entity when using AWS DynamoDB

Question:

I am begin with dynamoDB. I using annotion mapping enity follow :

and

But when I run this error :

please help me

Answer:

The message Requested resource not found means that Dynamo DB table is not found. You should create it first through AWS console, API, or CLI.

Leave a Reply