Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
6 years, 5 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
6 years, 5 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.