davidkhala / aws-collections

aws toolset
Apache License 2.0
0 stars 0 forks source link

[Dynamo] how to describe the definition best #4

Open davidkhala opened 1 year ago

davidkhala commented 1 year ago

Currently we are using this format

const define= [
        {name: 'a', type: 'string', keyType: 'partition'},
        {name: 'b', type: 'number', keyType: 'sort'}
    ];