-
Notifications
You must be signed in to change notification settings - Fork 0
AWS Serverless Backend
Dan Lwo edited this page Jul 20, 2017
·
16 revisions
The system architecture is shown in the figure above. We use Raspberry Pi & DHT22 as sensor device to send readings to AWS Gateway, then each reading will be sent to AWS DynamoDB to be saved as an item in a table, and simultaneously trigger an AWS Lambda function to exam the reading and send out warning alert when the reading exceed expected range.