Last active
November 23, 2020 19:16
-
-
Save chris/44628f6a7aa3b21b99f828b225e22535 to your computer and use it in GitHub Desktop.
Example of events for our API Gateway to DynamoDB API
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
{ | |
"event": [ | |
{ | |
"time": "2020-06-16T15:22:33Z", | |
"lng": -122.03053391, | |
"lat": 37.33180957, | |
"uuid": "96a6f48c-fe67-4cad-be24-21d6523137f6", | |
"sensor_name": "CYT523", | |
"reading_value": 72.9, | |
"is_active": true | |
}, | |
{ | |
"time": "2020-06-16T15:22:33Z", | |
"lng": -122.03053391, | |
"lat": 37.33180957, | |
"uuid": "512f2543-a458-424c-a141-4354069ba6e5", | |
"sensor_name": "JQR928", | |
"reading_value": 41.3, | |
"is_active": true | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment