https://github.com/binghamchris/aws-expresslink-demo
https://github.com/binghamchris/aws-expresslink-demo
aws aws-amplify aws-cloudformation aws-iot-core aws-lambda iot iot-device python3
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/binghamchris/aws-expresslink-demo
- Owner: binghamchris
- License: other
- Created: 2023-01-06T08:22:03.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-13T14:37:10.000Z (over 3 years ago)
- Last Synced: 2025-03-29T14:32:21.412Z (over 1 year ago)
- Topics: aws, aws-amplify, aws-cloudformation, aws-iot-core, aws-lambda, iot, iot-device, python3
- Language: Python
- Homepage:
- Size: 817 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# AWS IoT ExpressLink and Device Shadow Demo
This repo provides the sample code for the demonstration performed at the AWS User Group meetup in Basel in January 2023. It's intended to work in conjunction with the [demo web app](https://github.com/binghamchris/aws-expresslink-demo-webapp) provided in a separate repo, and requires a physical AWS IoT ExpressLink Demo Badge to work.
## Repo Contents
### AWS IoT ExpressLink Demo Badge Code
The file `code.py` and the directory `lib` should be installed on the physical AWS IoT ExpressLink Demo Badge.
Please see the instructions in [`deploy/README.md`](https://github.com/binghamchris/aws-expresslink-demo/blob/main/deploy/README.md) for information on how to configure the Demo Badge to use this code.
### `deploy` Directory
This directory contains the CloudFormation code for deploying the components of the demo in AWS. Please see [`deploy/README.md`](https://github.com/binghamchris/aws-expresslink-demo/blob/main/deploy/README.md) for further information.
### `image_preproc` Directory
This directory contains code for preparing images for display on the Demo Badge's screen. It's not used in the demo and is included for reference only.