Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in AWS by (5.6k points)
When I'm trying to connect to my DynamoDB it's giving me the error 'Requested resource not found'. How to resolve it?

1 Answer

0 votes
by (12.4k points)
edited by

First of all, check your Region code

ddbClient.setRegion(Region.getRegion(Regions.EU_WEST_2));

// add your Region

Also, check the credential

AmazonDynamoDBClient ddbClient = new AmazonDynamoDBClient(credentialsProvider); 

Interested to know more about AWS, Join: AWS Online training

For more information visit: 

Related questions

Want to get 50% Hike on your Salary?

Learn how we helped 50,000+ professionals like you !

0 votes
1 answer
0 votes
1 answer
asked Nov 29, 2020 in AWS by devin (5.6k points)

Browse Categories

...