Skip to content

Instantly share code, notes, and snippets.

@skwp
Created October 15, 2016 02:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save skwp/58ad0478f9c7d9f691c6c3a5c64ffef4 to your computer and use it in GitHub Desktop.
Save skwp/58ad0478f9c7d9f691c6c3a5c64ffef4 to your computer and use it in GitHub Desktop.
{
"Count": 1,
"Items": [
{
"my_key": {
"S": "my_val"
},
"updated_at": {
"S": "2016-10-15T01:44:17Z"
},
"app_name": {
"S": "my_app"
}
}
],
"LastEvaluatedKey": {
"updated_at": {
"S": "2016-10-15T01:44:17Z"
},
"app_name": {
"S": "my_app"
}
},
"ScannedCount": 1
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment