variable
variable

Reputation: 9694

Does AWS IoT SDK enable us to use HTTP protocol?

This link (https://aws.amazon.com/iot-core/features/) says that: "The AWS IoT Device SDK enables your devices to connect, authenticate, and exchange messages with AWS IoT Core using the MQTT, HTTP, or WebSockets protocols."

This link (https://docs.aws.amazon.com/iot/latest/developerguide/iot-sdks.html) says that: "These SDKs help you connect your IoT devices to AWS IoT using the MQTT and WSS protocols."

This link (https://docs.aws.amazon.com/iot/latest/developerguide/protocols.html) says that, for HTTPS: "No SDK support, but you can use language-specific methods to make HTTPS requests"

I am confused about whether the SDK supports HTTPS as mentioned in link1; or does it not support as mention in link 2 and link 3?

Upvotes: 0

Views: 289

Answers (1)

Related Questions