How to Subscribe to AWS IoT Core Topics using Access token #547
-
Hello I successfully subscribed using mqtt5_sub.py and my certificate file, but I would like to know how to subscribe Topic using Aces token. |
Beta Was this translation helpful? Give feedback.
Answered by
bretambrose
Jan 22, 2024
Replies: 1 comment 6 replies
-
What's an access token? |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The 311 websocket sample shows credentials provider creation. In general, the default provider is a good place to start unless you have specialized needs (x509 or cognito): https://github.com/aws/aws-iot-device-sdk-python-v2/blob/main/samples/websocket_connect.py#L34