Skip to content

Conversation

sbSteveK
Copy link
Contributor

@sbSteveK sbSteveK commented Sep 8, 2025

Update and improve existing samples and documentation
Remove Codebuild Sample Smoketest from CI
Remove Greengrass CI job

Add Samples:

MQTT5 AWS Websocket
MQTT5 Custom Unsigned Auth
MQTT5 Custom Signed Auth
MQTT5 PKCS11

Update Sample READMEs

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

String certPath;
String keyPath;
String caPath = null;
String clientId = "mqtt5-sample-" + UUID.randomUUID().toString().replace("-", "").substring(0, 8);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"mqtt5-sample-" was used for client id prefix, while the policy in README should updated to be

"Resource": [
        "arn:aws:iot:<b>region</b>:<b>account</b>:client/mqtt5-sample-*"
  ]
```

@sbSteveK sbSteveK marked this pull request as ready for review September 22, 2025 21:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants