What service do I use to receive data in AWS sent by MQTT?

Asked

Viewed 35 times

-2

Which service is recommended for me to receive data sent via MQTT protocol? Should I use Amazon MQ ? or the Aws Iot ?

The data will be sent frequently 1 minute and can reach 200 messages at a time, so I think I should have a queue service.

From now on, thank you.

1 answer

0


I think you should use Amazon Iot to listen to and direct messages to an SQS service in order not to lose messages. Then you can use a Lambda Function to process and direct data as you need.

  • Thank you, your guidance has been useful to me.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.