Paste #163167

 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
{
    "table_name": "email_data",
    "attribute_definitions": [
        {
            "attribute_name": "Author", 
            "attribute_type": "S"
        }, 
        {
            "attribute_name": "Subject", 
            "attribute_type": "S"
        }, 
        {
            "attribute_name": "Body", 
            "attribute_type": "S"
        }, 
        {
            "attribute_name": "DateTime", 
            "attribute_type": "N"
        },
        {
            "attribute_name": "MessageId", 
            "attribute_type": "S"
        }
    ], 
    "key_schema": [
        {
            "attribute_name": "Author", 
            "key_type": "HASH"
        }, 
        {
            "attribute_name": "MessageId", 
            "key_type": "RANGE"
        }
    ]
    
}