Search found 2 matches

by grant.rolls
Tue Apr 10, 2018 5:38 am
Forum: General Discussion
Topic: AWS Pub/Sub example - Subscribe not getting test messages
Replies: 2
Views: 6351

Re: AWS Pub/Sub example - Subscribe not getting test messages

I have figured out the issue. For anyone else that may run into this, it was a policy/permissions issue on AWS server-side. In the policy setup, I tried to only allow permissions to subscribe/publish the specific topic 'test_topic/esp32' The way policy file is written, there is a different format fo...
by grant.rolls
Mon Apr 09, 2018 3:55 am
Forum: General Discussion
Topic: AWS Pub/Sub example - Subscribe not getting test messages
Replies: 2
Views: 6351

AWS Pub/Sub example - Subscribe not getting test messages

Hi, I am starting my R&D on ESP32 modules with the ESP32-EVB. I have loaded the subscribe_publish esp-idf example. I have setup device as per aws/esp requirements, and set the app config. The device is completing the connection procedure and I can see publish events coming in on the AWS MQTT test pa...