Database Reference
In-Depth Information
}
client = new AmazonDynamoDBClient(credentials);
client.setEndpoint("http://localhost:8888");
//Region usWest2 = Region.getRegion(Regions.US_WEST_2);
//client.setRegion(usWest2);
}
After this, if we run the AwsSdkDemo class it will give the following output in the con-
sole (where DynamoDB Local starts):
Tip
DynamoDB Local stores all this data in a local SQLite database.
Search WWH ::




Custom Search