共享会议文档及视频
关联相同主旨文档
创建线下交流沙龙
创建网络直播研讨会
确定删除吗?
1.
2.
3.
4.DynamoDB Operations Create/ Update/ Delete Table ‹#› Src: aws.amazon.com
5.References ‹#› http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Introduction.html http://techtraits.com/cloud/nosql/2012/06/27/Amazon-DynamoDB--Understanding-Query-and-Scan-operations/
6.DynamoDB Data Model Tables : A collection of items Item: A collection of attributes ‹#› { Id = 201 ProductName = “cyclone” Description = “201 description” BicycleType = “Road” Brand = “FireFox” Price = 100 Color = [“Red”, “Black”] Type = “Bike” } Item 1 { Id = 205 ProductName = “mercedes-cla” Brand = “Benz” Price = 3.5cr Color = [“Pink”, “Black”, “Golden”] Type = “Car” } Item 2