Database Reference
In-Depth Information
// Add actual data corresponding to keys
value = [DynamoDBAttributeValue new];
[value addS:@"BMW Z"];
[request.item setValue:value forKey:@"data"];
// process the request
DynamoDBPutItemResponse *response = [self.dynamoClient
putItem:request];
Search WWH ::




Custom Search