An open API service indexing awesome lists of open source software.

https://github.com/codesqueak/rpimeetsaws

An IoT system using a Raspberry Pi Zero and AWS
https://github.com/codesqueak/rpimeetsaws

api api-gateway aws cloudfront cognito iot kms mqtt python raspberry-pi route53 rpi s3

Last synced: about 2 months ago
JSON representation

An IoT system using a Raspberry Pi Zero and AWS

Awesome Lists containing this project

README

          

[![License: MIT](https://img.shields.io/badge/license-MIT-brightgreen.svg)](https://opensource.org/licenses/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](rpi/README.md)

## Web Site Including AWS Access

Front end software [Here](frontend/README.md)

### Example Data Output

## AWS

### IoT Core

MQTT based interface for handling IoT devices [Here](iot/README.md)

### Lambda

Processing of incoming data from IoT device(s) [Here](lambda/README.md)

### DynamoDB

JSON data storage for IoT data [Here](dynamodb/README.md)

### API Gateway

Create and publish a REST API [Here](gateway/README.md)

### S3 / Route 53

Static web site file storage and domain publishing [Here](s3/README.md)

### CloudFront

CDN functionality, access control and HTTPS:// configuration [Here](cloudfront/README.md)

### Key Management Service (KMS)

Control and configuration of certificates and keys [Here](kms/README.md)

### Cognito

User Sign-Up, Sign-In, and Access Control [Here](cognito/README.md)