Created
June 8, 2017 13:45
-
-
Save taiko19xx/ae0e526ab556b210d01c885006350879 to your computer and use it in GitHub Desktop.
This file contains 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
{ | |
"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