Im trying to set my API Gateway to from DynamoDB but I keep getting this error:
Endpoint response body before transformations: {"__type":"com.amazon.coral.validate#ValidationException","message":"Either the KeyConditions or KeyConditionExpression parameter must be specified in the request."}
I tried different Mapping templates but nothing..
My table is called : datasales and has three columns country, region, dep and name. with country is the primary key.
everything is set and when I test results I get an empty json.
can someone tell me how to create the right application/json for this table ?