https://github.com/scriptedbutton/aws-sample-runner
A Python utility for running AWS Python SDK samples.
https://github.com/scriptedbutton/aws-sample-runner
Last synced: 8 months ago
JSON representation
A Python utility for running AWS Python SDK samples.
- Host: GitHub
- URL: https://github.com/scriptedbutton/aws-sample-runner
- Owner: ScriptedButton
- Created: 2022-10-27T23:17:38.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-10-27T23:25:51.000Z (over 3 years ago)
- Last Synced: 2025-04-03T13:42:49.911Z (about 1 year ago)
- Language: Python
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# aws-sample-runner
This is used to run AWS IoT Samples from the AWS IoT Device Python SDK.
## Usage
```bash
$ python3 aws_sample_runner
```
## Example of running the sample
```bash
Enter the samples you want to run (separated by spaces): pubsub
Enter the directory containing your certificates and keys: /home/pi/certs
Enter the AWS IoT endpoint: a1b2c3d4e5f6g7.iot.us-east-1.amazonaws.com
```
## Limitations
Currently, it's only set up to run the pubsub and shadow samples.