5 years, 10 months ago.

Is possible to user mbedTLS to connect to AWS API Gateway?

My system is able to use mbedTLS, but before I start trying to use it to connect to AWS API Gateway I need to be sure that this is in fact possible. I haven't seen any documentation about this online. Can someone refer some documentation to me about this topic?

Thanks

1 Answer

5 years, 10 months ago.

Hi Eugenio,

Do you mean AWS IoT? I've successfully connected it over MQTT with TLS. :-) I've published a sample project here. https://os.mbed.com/users/coisme/code/HelloMQTT/

Edited: Sorry, I noticed AWS API Gateway is different from AWS IoT.