I am trying to connect to DynamoDb through Cognito using the code that Amazon provides. All I change are the app specific parameters.
When I execute the code I get the following exception: com.amazonaws.AmazonClientException: Unable to execute HTTP request: Unable to resolve host "cognito-identity.us-east-1.amazonaws.com": No address associated with hostname.
What does this exception want from me? I would assume that the list of hosts is internal to Amazon libraries.
thank you!