Skip to content

Commit 1c75f3d

Browse files
Update to Samples README to correctly reflect arguments needed (#262)
1 parent 4b150d2 commit 1c75f3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ Your Thing's [Policy](https://docs.aws.amazon.com/iot/latest/developerguide/iot-
161161
To run the websocket connect use the following command:
162162

163163
```sh
164-
mvn compile exec:java -pl samples/WebsocketConnect -Dexec.mainClass=websocketconnect.WebsocketConnect -Dexec.args='--endpoint <endpoint> --cert <path to certificate> --key <path to private key> --ca_file <path to root CA>'
164+
mvn compile exec:java -pl samples/WebsocketConnect -Dexec.mainClass=websocketconnect.WebsocketConnect -Dexec.args='--endpoint <endpoint> --signing_region <signing region> --ca_file <path to root CA>'
165165
```
166166

167167
Note that using Websockets will attempt to fetch the AWS credentials from your enviornment variables or local files.

0 commit comments

Comments
 (0)