- Authentication with Amplify/Cognito
- GraphQL Subscriptions with VictoryJS Visualizations
- IoT with FreeRTOS and ST32
- Graph DB with Neptune
├── mobile 📱
│
├── device 🤖
│
├── cloud ☁️
│ ├── schema.gql
│ ├── serverless.yml
│ ├── utils
│ └── resources
│ ├── appsync.yml
│ ├── dynamodb.yml
│ └── iam.yml
│
└── web 🖥
├── index.js
├── src
│ ├── App.js
│ ├── components
│ └── pages
├── web
└── webpack.config.js