Created
December 9, 2019 16:16
-
-
Save RatulSaha/bb19fd3ef5b2b98e8f58c32066143f22 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"TableFacets": [ | |
{ | |
"FacetName": "GetUserProfile (A1)", | |
"KeyAttributeAlias": { | |
"PartitionKeyAlias": "UserId", | |
"SortKeyAlias": "ProfileId" | |
}, | |
"NonKeyAttributes": [ | |
"Username", | |
"Full name", | |
"Email", | |
"CreatedAt", | |
"Addresses" | |
] | |
}, | |
{ | |
"FacetName": "GetOrdersofUser (A2)", | |
"KeyAttributeAlias": { | |
"PartitionKeyAlias": "UserId", | |
"SortKeyAlias": "OrderId" | |
}, | |
"NonKeyAttributes": [ | |
"Username", | |
"OrderId", | |
"Status", | |
"CreatedAt", | |
"Address" | |
] | |
} | |
], |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment