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

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.

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.