Created
May 10, 2017 06:36
-
-
Save prestomation/6340ff2d1df4b13b554d6823ad9ba56b 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
//Using Document Client | |
var params = { | |
Item: { | |
hashkey: 'key', | |
boolAttr: true, | |
listAttr: [1, 'baz', true] | |
mapAttr: { | |
foo: 'bar' | |
} | |
}, | |
TableName: 'table' | |
}; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment