Skip to content

Commit cf69dff

Browse files
committed
PR changes
1 parent 47d33dc commit cf69dff

File tree

14 files changed

+11
-1325
lines changed

14 files changed

+11
-1325
lines changed

documents/FAQ.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ If you are just getting started make sure you [install this sdk](https://github.
1818

1919
### How do I enable logging?
2020

21-
<!-- To enable logging in the samples, you will need to set the following system properties when running the samples:
21+
To enable logging in the samples, you will need to set the following system properties when running the samples:
2222

2323
```sh
2424
-Daws.crt.debugnative=true
@@ -35,8 +35,8 @@ If you are just getting started make sure you [install this sdk](https://github.
3535
For example, to run `BasicPubSub` with logging you could use the following:
3636

3737
```sh
38-
mvn compile exec:java -pl samples/BasicPubSub -Daws.crt.debugnative=true -Daws.crt.log.level=Debug -Daws.crt.log.destionation=Stdout -Dexec.mainClass=pubsub.PubSub -Dexec.args='--endpoint <endpoint> --cert <path to cert> --key <path to key> --ca_file <path to ca file>'
39-
``` -->
38+
mvn compile exec:java -pl samples/mqtt/mqtt5x509 -Daws.crt.debugnative=true -Daws.crt.log.level=Debug -Daws.crt.log.destionation=Stdout -Dexec.mainClass=pubsub.PubSub -Dexec.args='--endpoint <endpoint> --cert <path to cert> --key <path to key>'
39+
```
4040

4141
You can also enable [CloudWatch logging](https://docs.aws.amazon.com/iot/latest/developerguide/cloud-watch-logs.html) for IoT which will provide you with additional information that is not available on the client side sdk.
4242

documents/MQTT5_Userguide.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
* [Lifecycle Management](#lifecycle-management)
2222
+ [How to Start and Stop](#how-to-start-and-stop)
2323
+ [Client Operations](#client-operations)
24-
+ [How to Publish](#how-to-publish)
25-
+ [How to Subscribe and Unsubscribe](#how-to-subscribe-and-unsubscribe)
24+
+ [Publish](#publish)
25+
+ [Subscribe and Unsubscribe](#subscribe-and-unsubscribe)
2626
+ [MQTT5 Best Practices](#mqtt5-best-practices)
2727

2828
# Introduction

samples/Greengrass/Discovery/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Greengrass Discovery
22

3-
[**Return to main sample list**](../README.md)
3+
[**Return to main sample list**](../../README.md)
44

55
This sample is intended for use with the following tutorials in the AWS IoT Greengrass documentation:
66

samples/Greengrass/GreengrassIPC/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Greengrass IPC
22

3-
[**Return to main sample list**](../README.md)
3+
[**Return to main sample list**](../../README.md)
44

55
This sample uses [AWS IoT Greengrass V2](https://docs.aws.amazon.com/greengrass/index.html) to publish messages from the Greengrass device to the AWS IoT MQTT broker.
66

samples/Mqtt/mqtt5awswebsocket/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# MQTT5 AWS Websocket PubSub
22

33
[**Return to main sample list**](../../README.md)
4+
45
*__Jump To:__*
56
* [Introduction](#introduction)
67
* [Requirements](#requirements)

samples/ServiceClients/ShadowV2/README.md

Lines changed: 0 additions & 278 deletions
This file was deleted.

samples/ServiceClients/ShadowV2/pom.xml

Lines changed: 0 additions & 48 deletions
This file was deleted.

0 commit comments

Comments
 (0)