Slide 55
Slide 55 text
Ϋ Τ Ϧ ͱ ͔ ͠ ͨ ͘ ͳ Δ ͱ ɺ ͜ ͏ ͠ ͨ ͍
dynamoDBDocumentClient.put({
TableName: 'TableName',
Item: {
[partitionKey]: userId,
[attributesName]: { … }
}
}).promise()
dynamoDBDocumentClient.put({
TableName: 'TableName',
Item: {
user_Id: attributesId,
last_launched: attributes.last_launched,
monthly_score: attributes.monthly_score,
reminderTarget: attributes.reminder_target
}
}).promise()
A S K - S D K AW S - S D K