Skip to content

Instantly share code, notes, and snippets.

@mtliendo
Created April 17, 2019 13:24
Show Gist options
  • Save mtliendo/e8b9450b2514809980995caf1ebc6cd0 to your computer and use it in GitHub Desktop.
Save mtliendo/e8b9450b2514809980995caf1ebc6cd0 to your computer and use it in GitHub Desktop.
Dynamo JSON format
{
"Count": 1,
"Items": [
{
"name": {
"S": "Michael Liendo"
},
"kids": {
"N": "3"
},
"updatedAt": {
"S": "2019-04-16T02:58:41.835Z"
},
"id": {
"S": "cb1ed571-7c9d-49d3-9f29-bb17c0319de8"
},
"createdAt": {
"S": "2019-04-16T02:58:41.835Z"
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment