Database Reference
In-Depth Information
alloc] initWithS:@"productName"];
getItemRequest.key = [NSMutableDictionary
dictionaryWithObjectsAndKeys:productId, @"productId",
recordId, @"recordId", nil];
DynamoDBGetItemResponse *getItemResponse = [self.ddb
getItem:getItemRequest];
// the value of the attribute you wish to fetch from the
results
DynamoDBAttributeValue *productNameValue =
[getItemResponse.item valueForKey:@"data"];
Search WWH ::




Custom Search