Skip to content

Latest commit

 

History

History
71 lines (32 loc) · 1.67 KB

README.md

File metadata and controls

71 lines (32 loc) · 1.67 KB

License: MIT

Raspberry Pi Meets Iot Meets AWS

An IoT system using a Raspberry Pi Zero as an IoT device and AWS to host storage and web presence

Logical Architecure

How the parts relate to each other

IoT Device Hardware and Software

Electronics Package and supporting software Here

Web Site Including AWS Access

Front end software Here

Example Data Output

AWS

IoT Core

MQTT based interface for handling IoT devices Here

Lambda

Processing of incoming data from IoT device(s) Here

DynamoDB

JSON data storage for IoT data Here

API Gateway

Create and publish a REST API Here

S3 / Route 53

Static web site file storage and domain publishing Here

CloudFront

CDN functionality, access control and HTTPS:// configuration Here

Key Management Service (KMS)

Control and configuration of certificates and keys Here

Cognito

User Sign-Up, Sign-In, and Access Control Here