This repository has been archived by the owner on Feb 12, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathbySharedTableByTableByAccount
39 lines (30 loc) · 2.87 KB
/
bySharedTableByTableByAccount
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
TEST: bySharedTableByTableByAccount
account: ctx1
ctx1._table_metadata
__________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________
| table | data |
|=========================================================================================================================================================================================================================================================|
| ctx1.table1| {"attributeDefinitions":[{"attributeName":"hashKeyField","attributeType":"S"}],"tableName":"table1","keySchema":[{"attributeName":"hashKeyField","keyType":"HASH"}],"provisionedThroughput":{"readCapacityUnits":1,"writeCapacityUnits":1}}|
| ctx1.table2| {"attributeDefinitions":[{"attributeName":"hashKeyField","attributeType":"S"}],"tableName":"table2","keySchema":[{"attributeName":"hashKeyField","keyType":"HASH"}],"provisionedThroughput":{"readCapacityUnits":1,"writeCapacityUnits":1}}|
ctx1.mt_shared_table_static_s_no_lsi
__________________________
| hk | someField|
|=========================|
| ctx1.table1.1| value-1 |
| ctx1.table1.2| value-2 |
| ctx1.table2.1| value-1 |
| ctx1.table2.2| value-2 |
account: ctx2
ctx2._table_metadata
__________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________
| table | data |
|=========================================================================================================================================================================================================================================================|
| ctx2.table1| {"attributeDefinitions":[{"attributeName":"hashKeyField","attributeType":"S"}],"tableName":"table1","keySchema":[{"attributeName":"hashKeyField","keyType":"HASH"}],"provisionedThroughput":{"readCapacityUnits":1,"writeCapacityUnits":1}}|
ctx2.mt_shared_table_static_s_no_lsi
__________________________
| hk | someField|
|=========================|
| ctx2.table1.1| value-1 |
| ctx2.table1.2| value-2 |
account: ctx3
account: ctx4