-
Do we have an API call to get the endpoint required for making a connection? |
Beta Was this translation helpful? Give feedback.
Answered by
MikeDombo
Aug 24, 2023
Replies: 2 comments 1 reply
-
That is available in boto3, not in the device SDK because it requires AWS SigV4 credentials to call it: https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/iot/client/describe_endpoint.html. This SDK requires that you know what endpoint you want to connect to. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
DrBomb
-
Hello! Reopening this discussion to make it searchable. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
That is available in boto3, not in the device SDK because it requires AWS SigV4 credentials to call it: https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/iot/client/describe_endpoint.html.
This SDK requires that you know what endpoint you want to connect to.