버전 비교

  • 이 줄이 추가되었습니다.
  • 이 줄이 삭제되었습니다.
  • 서식이 변경되었습니다.

...

스토리보드 (화면 구성)


DynamoDB 테이블

DUE_Products

pIdpId (Partition Key)pNamepImagepPricepDescription





DUE_Cart

segment_id
userId (Partition Key)cartId (Sort Key)pIdpNamepImagepPriceupdateTime







DUE_Coupon

segment_id
userId (Partition Key)couponId (Sort Key)campaignIdcNamecDescriptioncRatioupdateTime







DUE_Order

segment_id
userId (Partition Key)OrderId (Sort Key)pIdpNamepImagepPricepDescriptionupdateTime








...