Skip to content

Commit 997320e

Browse files
TwistedTwiglegbretambrose
authored andcommitted
Split sample readme (#415)
1 parent 1cb52d1 commit 997320e

34 files changed

+1388
-967
lines changed

codebuild/samples/pubsub-mqtt5-linux.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ ENDPOINT=$(aws secretsmanager get-secret-value --secret-id "ci/endpoint" --query
1212
echo "MQTT5 PubSub test"
1313
python3 mqtt5_pubsub.py --endpoint $ENDPOINT --key /tmp/privatekey.pem --cert /tmp/certificate.pem
1414

15-
popd
15+
popd

documents/FAQ.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Please note that on Mac, once a private key is used with a certificate, that cer
4040
static: certificate has an existing certificate-key pair that was previously imported into the Keychain. Using key from Keychain instead of the one provided.
4141
```
4242

43-
### How do debug in VSCode?
43+
### How do debug in VSCode?
4444

4545
Here is an example launch.json file to run the pubsub sample
4646
``` json
@@ -79,13 +79,13 @@ Here is an example launch.json file to run the pubsub sample
7979
* Device certificate
8080
* Intermediate device certificate that is used to generate the key below
8181
* When using samples it can look like this: `--cert abcde12345-certificate.pem.crt`
82-
* Key files
82+
* Key files
8383
* You should have generated/downloaded private and public keys that will be used to verify that communications are coming from you
8484
* When using samples you only need the private key and it will look like this: `--key abcde12345-private.pem.key`
8585

8686
### I still have more questions about the this sdk?
8787

8888
* [Here](https://docs.aws.amazon.com/iot/latest/developerguide/what-is-aws-iot.html) are the AWS IoT Core docs for more details about IoT Core
89-
* [Here](https://docs.aws.amazon.com/greengrass/v2/developerguide/what-is-iot-greengrass.html) are the AWS IoT Greengrass v2 docs for more details about greengrass
89+
* [Here](https://docs.aws.amazon.com/greengrass/v2/developerguide/what-is-iot-greengrass.html) are the AWS IoT Greengrass v2 docs for more details about greengrass
9090
* [Discussion](https://github.com/aws/aws-iot-device-sdk-python-v2/discussions) questions are also a great way to ask other questions about this sdk.
91-
* [Open an issue](https://github.com/aws/aws-iot-device-sdk-python-v2/issues) if you find a bug or have a feature request
91+
* [Open an issue](https://github.com/aws/aws-iot-device-sdk-python-v2/issues) if you find a bug or have a feature request

0 commit comments

Comments
 (0)