Skip to content

Commit edcdfc5

Browse files
committed
update documentation
1 parent b2818f2 commit edcdfc5

File tree

2 files changed

+5
-12
lines changed

2 files changed

+5
-12
lines changed

documents/FAQ.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
* [How do debug in VSCode?](#how-do-debug-in-vscode)
99
* [What certificates do I need?](#what-certificates-do-i-need)
1010
* [How do I build and use the Android SDK?](#how-do-i-build-and-use-the-android-sdk)
11+
* [Where can I find MQTT 311 Samples?](#where-can-i-find-mqtt-311-samples)
1112
* [I still have more questions about this sdk?](#i-still-have-more-questions-about-this-sdk)
1213

1314
### Where should I start?
@@ -104,6 +105,10 @@ Here is an example launch.json file to run the pubsub sample
104105

105106
### How do I build and use the Android SDK?
106107
Instructions for building, installing, and use of the Android SDK can be found [here](../documents/ANDROID.md)
108+
109+
### Where can I find MQTT 311 Samples?
110+
The MQTT 311 Samples can be found in the v1.27.2 samples folder [here](https://github.com/aws/aws-iot-device-sdk-java-v2/tree/v1.27.2/samples)
111+
107112
### I still have more questions about this sdk?
108113

109114
* [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

samples/README.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -13,18 +13,6 @@
1313
* [Websocket Connection with Sigv4 Authentication Method](./Mqtt5/PubSub/README.md#websocket-connection-with-sigv4-authentication-method)
1414
* [Websocket Connection with Cognito Authentication Method](./Mqtt5/PubSub/README.md#websocket-connection-with-cognito-authentication-method)
1515
* [MQTT5 Shared Subscription](./Mqtt5/SharedSubscription/README.md)
16-
## MQTT311 Samples
17-
* [BasicPubSub](./BasicPubSub/README.md)
18-
* [Basic Connect](./BasicConnect/README.md)
19-
* [Websocket Connect](./WebsocketConnect/README.md)
20-
* [Pkcs11 Connect](./Pkcs11Connect/README.md)
21-
* [Pkcs12 Connect](./Pkcs12Connect/README.md)
22-
* [WindowsCert Connect](./WindowsCertConnect/README.md)
23-
* [X509 Connect](./X509CredentialsProviderConnect/README.md)
24-
* [CustomAuthorizer Connect](./CustomAuthorizerConnect/README.md)
25-
* [JavaKeystore Connect](./JavaKeystoreConnect/README.md)
26-
* [Cognito Connect](./CognitoConnect/README.md)
27-
* [CustomKeyOperation Connect](./CustomKeyOpsConnect/README.md)
2816
## Other Samples
2917
* [Shadow](./ShadowSandbox/README.md)
3018
* [Jobs](./JobsSandbox/README.md)

0 commit comments

Comments
 (0)