Skip to content

Instantly share code, notes, and snippets.

@prestomation
Created May 10, 2017 06:36
Show Gist options
  • Save prestomation/6340ff2d1df4b13b554d6823ad9ba56b to your computer and use it in GitHub Desktop.
Save prestomation/6340ff2d1df4b13b554d6823ad9ba56b to your computer and use it in GitHub Desktop.
//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