...
스토리보드 (화면 구성)
DynamoDB 테이블
DUE_Products
pIdpId (Partition Key) | pName | pImage | pPrice | pDescription |
---|---|---|---|---|
DUE_Cart
userId (Partition Key) | cartId (Sort Key) | segment_idpId | pName | pImage | pPrice | updateTime | |
---|---|---|---|---|---|---|---|
DUE_Coupon
userId (Partition Key) | couponId (Sort Key) | campaignId | segment_idcName | cDescription | cRatio | updateTime | |
---|---|---|---|---|---|---|---|
DUE_Order
userId (Partition Key) | OrderId (Sort Key) | segment_idpId | pName | pImage | pPrice | pDescription | updateTime | |
---|---|---|---|---|---|---|---|---|
...