Skip to content

Instantly share code, notes, and snippets.

@taiko19xx
Created June 8, 2017 13:45
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 taiko19xx/ae0e526ab556b210d01c885006350879 to your computer and use it in GitHub Desktop.
Save taiko19xx/ae0e526ab556b210d01c885006350879 to your computer and use it in GitHub Desktop.
{
"TableName": "データ蓄積テーブル",
"Item": {
"session_id": {
"S": "$input.path('$.session_id')"
},
"time": {
"S": "$input.path('$.time')"
},
"lat": {
"S": "$input.path('$.lat')"
},
"lon": {
"S": "$input.path('$.lon')"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment